fix bug causing false positives
- Issue Link(s):
-
Short Description of Changes:
- fix bug causing false positives due to it seeing the keys in key value pairs as api keys
-
Dependencies:
- Code Dependencies: N/A
- Database Changes: N/A
- Environment Variables: N/A
- Configurations: N/A
- Approval Workflow: N/A
-
Deployment Notes:
- N/A
- Checklist:
-
I have performed a self-review of my own code. -
I have commented my code, particularly in hard-to-understand areas. -
I have made corresponding changes to the documentation if necessary. -
My changes generate no new warnings or errors. -
No hard-coded secrets or ENVs -
Reused code (components, functions, etc.) maintains their functionality throughout the application. -
I ran a build locally to make sure the features work (React apps only)