-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 Secret Keys not detected #3381
Comments
Are you expecting the sample that you provided to be detected? That wouldn't match the pattern required. |
Yes indeed I expect it to be detected. The access key is detected in such a file, but the secret key not. |
Are you trying to detect actual keys? Or placeholders like you provided? |
Actual keys. To be more specific the keys are in the given format within a cloudformation config.
|
i think its not displayng the detected secret key. use --json option and it will display the secret key in rawv2 |
Version
3.82.6
Trace Output
NOT APPLICABLE
Expected Behavior
S3 Secret Keys that are defined in a JSON file as a KV pair S3_SECRET_KEY: verysecret are recognized. The corresponding S3_ACCESS_KEY pairs are recognized.
Actual Behavior
S3 access keys are recognized, S3 secret keys not.
Steps to Reproduce
Environment
Additional Context
References
The text was updated successfully, but these errors were encountered: