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
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Instead of Redacting the API keys based on the regex patterns. we can redact the values of the variables with most commonly used names for storing keys and tokens
E.g.: GIT_TOKEN ,API_KEY, ...etc.
It would be easier to detect different types of Api keys instead of matching regex pattern
Consider this way because it can widen the type of Api-keys code gate can deduct