Skip to content

Commit 7d267ba

Browse files
pranavjain97claude
andcommitted
ci: update trivy-action to v0.35.0 after supply chain incident
The previous pin (v0.33.1) was affected by the March 2026 Trivy supply chain attack and its install script can no longer download the binary. Update to v0.35.0, the first clean release after remediation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c8e8e04 commit 7d267ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: npm ci
130130

131131
- name: Run Trivy vulnerability scanner
132-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1
132+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
133133
with:
134134
scan-type: 'fs'
135135
scan-ref: '.'

0 commit comments

Comments
 (0)