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
Replace jq with python3 in detect-secrets baseline script
jq is not available in all CI environments (e.g. GitHub Actions), causing
the detect-secrets pre-commit hook to fail. Replace jq JSON parsing with
equivalent python3 one-liners since Python is always present when detect-secrets runs.
0 commit comments