We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7327129 commit a20e42fCopy full SHA for a20e42f
.github/workflows/security.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16
17
- name: Run Trivy vulnerability scanner in repo mode
18
- uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
+ uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0
19
with:
20
scan-type: 'fs'
21
ignore-unfixed: true
@@ -31,7 +31,7 @@ jobs:
31
category: 'trivy-fs'
32
33
- name: Run Trivy vulnerability scanner in IaC mode
34
35
36
scan-type: 'config'
37
hide-progress: false
0 commit comments