Skip to content

Commit

Permalink
Merge pull request #828 from percona/dependabot/github_actions/aquase…
Browse files Browse the repository at this point in the history
…curity/trivy-action-0.22.0

build(deps): bump aquasecurity/trivy-action from 0.21.0 to 0.22.0
  • Loading branch information
svetasmirnova authored Jun 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 655a5fa + a7b9459 commit 98010df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolkit.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
- name: Build the Docker image
run: echo "FROM oraclelinux:9-slim" > Dockerfile; echo "RUN microdnf -y update" >> Dockerfile; echo "COPY bin/* /usr/bin/" >> Dockerfile; docker build . --file Dockerfile --tag percona-toolkit:${{ github.sha }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.21.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: 'percona-toolkit:${{ github.sha }}'
format: 'table'

0 comments on commit 98010df

Please sign in to comment.