Skip to content

Commit

Permalink
chore(deps): update aquasecurity/trivy-action action to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent 813e6f0 commit 594c1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version-file: './go.mod'

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.15.0
uses: aquasecurity/trivy-action@0.16.0
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
with:
scan-type: fs
Expand All @@ -49,7 +49,7 @@ jobs:
docker buildx build --load --platform=linux/amd64 --tag trivy-scan:${{ github.sha }} .
- name: Run Trivy vulnerability scanner sarif output
uses: aquasecurity/trivy-action@0.15.0
uses: aquasecurity/trivy-action@0.16.0
# Upload sarif when running periodically or pushing to main
if: ${{ github.event.schedule || (github.event_name == 'push' && github.ref_name == 'main') }}
with:
Expand Down

0 comments on commit 594c1fa

Please sign in to comment.