Skip to content

Commit ca47b07

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.29.0
1 parent b3f40fa commit ca47b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Run Trivy vulnerability scanner in repo mode
17-
uses: aquasecurity/trivy-action@0.28.0
17+
uses: aquasecurity/trivy-action@0.29.0
1818
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
1919
with:
2020
scan-type: fs
@@ -23,7 +23,7 @@ jobs:
2323
severity: 'HIGH,CRITICAL'
2424

2525
- name: Run Trivy vulnerability scanner sarif output
26-
uses: aquasecurity/trivy-action@0.28.0
26+
uses: aquasecurity/trivy-action@0.29.0
2727
if: ${{ github.event.schedule }} # Generate sarif when running periodically
2828
with:
2929
scan-type: fs

0 commit comments

Comments
 (0)