Skip to content

Commit

Permalink
Update aquasecurity/trivy-action action to v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 93e0eb7 commit 44f378b
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 @@ -177,15 +177,15 @@ jobs:
docker image ls -a
- name: Run Trivy vulnerability scanner (cli report)
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.28.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.27.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
format: "sarif"
Expand Down

0 comments on commit 44f378b

Please sign in to comment.