This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
[Task]: Reducting values of api key variables #986
Open
Description
Description
- 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
Additional Context
No response