Skip to content

Commit

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

build(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0
  • Loading branch information
svetasmirnova authored Jul 1, 2024
2 parents 8e723b9 + ba90e2d commit 15c576d
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 @@ -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.22.0
uses: aquasecurity/trivy-action@0.23.0
with:
image-ref: 'percona-toolkit:${{ github.sha }}'
format: 'table'
Expand Down

0 comments on commit 15c576d

Please sign in to comment.