trufflesecurity / trufflehog

Find and verify secrets
https://trufflesecurity.com
GNU Affero General Public License v3.0
14.39k stars 1.57k forks source link

Detection of Blackduck API tokens as secret #3012

Open arjunharidasp opened 1 week ago

arjunharidasp commented 1 week ago

Description

Can you add the secret detection criteria for Blackduck tool https://www.synopsys.com/software-integrity/software-composition-analysis-tools/black-duck-sca.html https://github.com/blackducksoftware

Blackduck Patterns bash <(curl -s https://detect.synopsys.com/detect9.sh) --blackduck.url=" https://blackduck-server.com/" --blackduck.api.token="XXXXXXXXXXXXXXXXXXXX" Examples text: | bash <(curl -s https://detect.synopsys.com/detect9.sh) --blackduck.url=" https://blackduck-server.com/" --blackduck.api.token="MWI5YTAwNDItMmI1NC00NjgxLTlmM2YtNzM4ZDdjYjY5NjVhOjgzZWIxYWQ4LWM4OGUtNDJjMy1hYWFiLWE1MDc0MzU1NjBhMw=="

Preferred Solution

Blackduck tokens are detected as secrets