Skip to content

Commit c7af0ac

Browse files
fix(ci): correct trivy-action commit SHA to valid v0.35.0 SHA
Agent-Logs-Url: https://github.com/sourcefuse/loopback4-notifications/sessions/e04a6e1d-b349-40c1-aa8f-15cd0f16fb4b Co-authored-by: rohit-sourcefuse <16935898+rohit-sourcefuse@users.noreply.github.com>
1 parent 7e4e51f commit c7af0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Run Trivy vulnerability scanner in repo mode
25-
uses: aquasecurity/trivy-action@57a97c7e8b8c6e9c1a7a20db8c5e540c31cf79a8 # v0.35.0
25+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
2626
with:
2727
scan-type: 'fs'
2828
scan-ref: '${{ github.workspace }}'

0 commit comments

Comments
 (0)