Skip to content

Commit

Permalink
chore: Upgrade Trivy Action to version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neumachen committed Dec 9, 2024
1 parent 17d4f90 commit 622b96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable.vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v4

- name: Execute Trivy Security Scan
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
scan-type: ${{ inputs.scan_type }}
scan-ref: ${{ inputs.scan_ref }}
Expand Down

0 comments on commit 622b96b

Please sign in to comment.