Skip to content

Commit

Permalink
Merge pull request #627 from sir-gon/renovate/aquasecurity-trivy-acti…
Browse files Browse the repository at this point in the history
…on-0.x

Update aquasecurity/trivy-action action to v0.29.0
  • Loading branch information
sir-gon authored Nov 20, 2024
2 parents 9cbfe98 + 255475e commit b7a47d7
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.28.0
uses: aquasecurity/trivy-action@0.29.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.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
format: 'sarif'
Expand Down

0 comments on commit b7a47d7

Please sign in to comment.