Skip to content

Commit

Permalink
Merge pull request #504 from sir-gon/dependabot/github_actions/aquase…
Browse files Browse the repository at this point in the history
…curity/trivy-action-0.27.0

Bump aquasecurity/trivy-action from 0.26.0 to 0.27.0
  • Loading branch information
sir-gon authored Oct 14, 2024
2 parents 89ab31d + 9c36c64 commit 4cb35fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,15 @@ jobs:
docker image ls -a
- name: Run Trivy vulnerability scanner (cli report)
uses: aquasecurity/trivy-action@0.26.0
uses: aquasecurity/trivy-action@0.27.0
with:
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
format: 'table'
env:
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}

- name: Run Trivy vulnerability scanner (sarif report)
uses: aquasecurity/trivy-action@0.26.0
uses: aquasecurity/trivy-action@0.27.0
with:
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
format: 'sarif'
Expand Down

0 comments on commit 4cb35fc

Please sign in to comment.