Skip to content

Commit 2186482

Browse files
authored
ci: update trivy workflow (#450)
1 parent 6c4e538 commit 2186482

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@e368e328979b113139d6f9068e03accaed98a518 # 0.34.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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
26+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
2727
with:
2828
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)