Skip to content

Commit 81fc8cc

Browse files
committed
chore(deps): bump aquasecurity/trivy-action from 0.35.0 to 0.36.0
- Update Trivy action version in security scan workflow
1 parent 90162d1 commit 81fc8cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trivy-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v6
2626

2727
- name: Run Trivy vulnerability scanner in repo mode
28-
uses: aquasecurity/trivy-action@0.35.0
28+
uses: aquasecurity/trivy-action@0.36.0
2929
with:
3030
scan-type: 'fs'
3131
scan-ref: '.'
@@ -41,7 +41,7 @@ jobs:
4141
sarif_file: 'trivy-results.sarif'
4242

4343
- name: Run Trivy vulnerability scanner (table format)
44-
uses: aquasecurity/trivy-action@0.35.0
44+
uses: aquasecurity/trivy-action@0.36.0
4545
with:
4646
scan-type: 'fs'
4747
scan-ref: '.'

0 commit comments

Comments
 (0)