OWASP / wrongsecrets

Vulnerable app with examples showing how to not use secrets
https://owasp.org/www-project-wrongsecrets/
GNU Affero General Public License v3.0
1.23k stars 358 forks source link

Have a github action to compare git-secrets and trufflehog without any configuration update #424

Open commjoen opened 2 years ago

commjoen commented 2 years ago

Create a multistage pipelien in which we check the performance of

for their detection out of the box.

commjoen commented 1 year ago

There is no action yet for git-secrets: see https://github.com/awslabs/git-secrets/issues/214

swanasingh commented 1 year ago

Hello @commjoen is this issue to create multistage pipelien in which we check the performance of all the security tools integrated or to have a github action to compare git-secrets and trufflehog ?

commjoen commented 1 year ago

yes @swanasingh and also the other tools listed in the issue :) , but indeed. the idea would be to create a multi stage pipeline that run on this project which then counts the number of found secrets and compares this per tool as the output like a "performance benchmark"