You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove trivy from mise tools, self-install in security:image task
All mise GitHub-based backends (aqua, ubi, github) hit API rate limits
in CI. Instead, remove trivy from [tools] so it doesn't block other
mise operations, and have the security:image task install trivy directly
via the official install script (curl from raw.githubusercontent.com),
which bypasses the GitHub API entirely.
0 commit comments