Skip to content

Commit

Permalink
feat: update trivy part 2 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramkrishankumarN authored Oct 22, 2024
1 parent 3b6bf4a commit 08d6736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit 08d6736

Please sign in to comment.