Skyscanner / sonar-secrets

SonarQube plugin for identifying hardcoded secrets, such as passwords, API keys, AWS credentials, etc..
Other
100 stars 24 forks source link

Secret scanner is not detecting AWS Keys #53

Open mkinage opened 3 years ago

mkinage commented 3 years ago

Hi Team, I have configured the secret scanner in Sonarqube but I found that it is not detecting the AWS keys from code. Below are the steps I followed, A. Build the jar from the code B. moved the jars to sonarqube plugins directory c. Enabled the sonar-secrets-java and sonar-secrets-javascript Quality profiles.

Please let me know if I missed anything.