Skip to content

Commit

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

Bump aquasecurity/trivy-action from 0.8.0 to 0.11.2
  • Loading branch information
artemgavrilov authored Jun 22, 2023
2 parents 3ad5fb3 + ec23754 commit fc53c3a
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
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build the Docker image
run: echo "FROM oraclelinux:9-slim" > 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.8.0
uses: aquasecurity/trivy-action@0.11.2
with:
image-ref: 'percona-toolkit:${{ github.sha }}'
format: 'table'
Expand Down

0 comments on commit fc53c3a

Please sign in to comment.