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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Renamed from secrets to ripsecrets to avoid name collisions with other
projects.
Added a new --strict-ignore option for pre-commit usage. When a pre-commit is
invoked it includes a list of filenames. By default secrets will search
referenced files regardless of the contents of .gitignore or .secretsignore.
However in a pre-commit context this will cause files explicitly ignored by
.secretsignore to be searched and the pre-commit to potentially fail. Using
the --strict-ignore flag will cause the .secretsignore file to be respected
even if the file is passed as an argument.
More targeted JWT regex
Lower minimum token length for random string detection
Don't explicitly flag AWS access key IDs since they're not secrets