Skip to content

Commit 25e8efe

Browse files
Update aquasecurity/trivy-action action to v0.33.1 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 531fa31 commit 25e8efe

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@v5
1616

1717
- name: Run Trivy vulnerability scanner in repo mode
18-
uses: aquasecurity/[email protected].0
18+
uses: aquasecurity/[email protected].1
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/[email protected].0
34+
uses: aquasecurity/[email protected].1
3535
with:
3636
scan-type: 'config'
3737
hide-progress: false

0 commit comments

Comments
 (0)