Skip to content

Commit a20e42f

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.33.0 (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7327129 commit a20e42f

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
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616

1717
- name: Run Trivy vulnerability scanner in repo mode
18-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
18+
uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0
1919
with:
2020
scan-type: 'fs'
2121
ignore-unfixed: true
@@ -31,7 +31,7 @@ jobs:
3131
category: 'trivy-fs'
3232

3333
- name: Run Trivy vulnerability scanner in IaC mode
34-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
34+
uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0
3535
with:
3636
scan-type: 'config'
3737
hide-progress: false

0 commit comments

Comments
 (0)