Skip to content

Commit

Permalink
chore(deps): 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 797c11d commit 90d223d
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.18.0
uses: aquasecurity/trivy-action@0.28.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.18.0
uses: aquasecurity/trivy-action@0.28.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 90d223d

Please sign in to comment.