Skip to content

Commit 458a874

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.13.1 (#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cdb765 commit 458a874

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Run Trivy vulnerability scanner in repo mode
22-
uses: aquasecurity/trivy-action@0.12.0
22+
uses: aquasecurity/trivy-action@0.13.1
2323
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
2424
with:
2525
scan-type: fs
@@ -29,7 +29,7 @@ jobs:
2929
skip-dirs: 'build'
3030

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

0 commit comments

Comments
 (0)