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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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
3030
31-
- trivy@0.65.0
31+
- trivy@0.69.3
3232
3333
3434

0 commit comments

Comments
 (0)