We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfc9d7 commit 4f9ca82Copy full SHA for 4f9ca82
1 file changed
.github/workflows/trivy.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16
- name: Security Scan
17
- uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
+ uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
18
with:
19
scan-type: 'fs'
20
scanners: vuln,secret
0 commit comments