Skip to content

Commit a0fbd6d

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.34.1
1 parent d52c8b9 commit a0fbd6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424
- name: Run Trivy vulnerability scanner
25-
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
25+
uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
2626
with:
2727
scan-type: 'fs'
2828
ignore-unfixed: true
2929
format: 'table'
3030
severity: 'CRITICAL,HIGH'
3131

3232
- name: Run Trivy IaC scanner
33-
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
33+
uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
3434
with:
3535
scan-type: 'config'
3636
format: 'table'

0 commit comments

Comments
 (0)