Skip to content

Commit 4fdf19e

Browse files
appleboyclaude
andcommitted
chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0
Upgrade aquasecurity/trivy-action to address security vulnerabilities in the previous version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 05b2770 commit 4fdf19e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0
7777

7878
- name: Run Trivy vulnerability scanner in repo mode
79-
uses: aquasecurity/trivy-action@0.33.1
79+
uses: aquasecurity/trivy-action@0.35.0
8080
with:
8181
scan-type: "fs"
8282
ignore-unfixed: true

.github/workflows/trivy-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Run Trivy vulnerability scanner (source code)
30-
uses: aquasecurity/trivy-action@0.33.1
30+
uses: aquasecurity/trivy-action@0.35.0
3131
with:
3232
scan-type: 'fs'
3333
scan-ref: '.'
@@ -44,7 +44,7 @@ jobs:
4444
sarif_file: 'trivy-results.sarif'
4545

4646
- name: Run Trivy scanner (table output for logs)
47-
uses: aquasecurity/trivy-action@0.33.1
47+
uses: aquasecurity/trivy-action@0.35.0
4848
if: always()
4949
with:
5050
scan-type: 'fs'

0 commit comments

Comments
 (0)