Skip to content

Commit b9f7f3a

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.23.0
1 parent 5d25c39 commit b9f7f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yaml

Lines changed: 2 additions & 2 deletions
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.19.0
17+
uses: aquasecurity/trivy-action@0.23.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.19.0
26+
uses: aquasecurity/trivy-action@0.23.0
2727
if: ${{ github.event.schedule }} # Generate sarif when running periodically
2828
with:
2929
scan-type: fs

0 commit comments

Comments
 (0)