Skip to content

Commit a1499c6

Browse files
authored
fix(ci): bump trivy to v0.69.3 to resolve 404 download failure (#9660)
## Summary - Bumps Trivy from `0.65.0` to `0.69.3` in `.trunk/trunk.yaml` - Trivy `v0.65.0` was never published — the version scheme jumped from `v0.26.0` to `v0.69.2`, causing a 404 when trunk tries to download the hermetic tool binary - This fixes the "Trunk Code Quality / Check" CI failure seen on #9658 and all other PRs
1 parent 7888830 commit a1499c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lint:
2828
enabled:
2929
- svgo@4.0.0
3030
- golangci-lint2@2.4.0
31-
- trivy@0.65.0
31+
- trivy@0.69.3
3232
- actionlint@1.7.7
3333
- checkov@3.2.467
3434
- dotenv-linter@3.3.0

0 commit comments

Comments
 (0)