Skip to content

Commit 3e97f7a

Browse files
appleboyclaude
andcommitted
ci(workflow): pin trivy-action to v0.35.0 tag
- Normalize aquasecurity/trivy-action reference from 0.35.0 to v0.35.0 to match the published tag Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d819021 commit 3e97f7a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464

6565
- name: Run Trivy vulnerability scanner in repo mode
66-
uses: aquasecurity/trivy-action@0.35.0
66+
uses: aquasecurity/trivy-action@v0.35.0
6767
with:
6868
scan-type: "fs"
6969
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.35.0
30+
uses: aquasecurity/trivy-action@v0.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.35.0
47+
uses: aquasecurity/trivy-action@v0.35.0
4848
if: always()
4949
with:
5050
scan-type: 'fs'

0 commit comments

Comments
 (0)