Skip to content

Commit 293d1f0

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.18.0
1 parent bf4261c commit 293d1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Run Trivy vulnerability scanner in repo mode
22-
uses: aquasecurity/trivy-action@0.12.0
22+
uses: aquasecurity/trivy-action@0.18.0
2323
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
2424
with:
2525
scan-type: fs
@@ -31,7 +31,7 @@ jobs:
3131
skip-files: 'tests/integration/tls_cert/redis.key'
3232

3333
- name: Run Trivy vulnerability scanner sarif output
34-
uses: aquasecurity/trivy-action@0.12.0
34+
uses: aquasecurity/trivy-action@0.18.0
3535
if: ${{ github.event.schedule }} # Generate sarif when running periodically
3636
with:
3737
scan-type: fs

0 commit comments

Comments
 (0)