Skip to content

Commit 8709ce8

Browse files
authored
ci: update trivy workflow (#641)
1 parent 842f5ff commit 8709ce8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-trivy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Harden Runner
11-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
11+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
1212
with:
1313
egress-policy: audit
1414

1515
- name: Trivy fs scan
16-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
16+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
1717
with:
1818
scan-type: 'fs'
1919
ignore-unfixed: true
@@ -23,6 +23,6 @@ jobs:
2323
severity: 'CRITICAL,HIGH'
2424

2525
- name: Upload Trivy scan results to GitHub Security tab
26-
uses: github/codeql-action/upload-sarif@b5ebac6f4c00c8ccddb7cdcd45fdb248329f808a # v3.32.2
26+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
2727
with:
2828
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)