Skip to content

Commit f17815e

Browse files
fix: switch trivy from aqua to github backend to avoid API rate limits
The aqua mise backend for trivy hits GitHub API 403 rate limits in CI. The github backend downloads from GitHub releases with proper auth token handling, avoiding the rate limit issue.
1 parent 774e4e2 commit f17815e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ semgrep = "latest"
77
uv = "latest"
88
"grype" = "0.109.0"
99
osv-scanner = "latest"
10-
"aqua:aquasecurity/trivy" = "0.69.2"
10+
"github:aquasecurity/trivy" = "0.69.2"
1111

1212
[env]
1313
_.python.venv = { path = ".venv", create = true }

0 commit comments

Comments
 (0)