Skip to content
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

Detection of Blackduck API tokens as secret #3012

Open
arjunharidasp opened this issue Jun 26, 2024 · 0 comments
Open

Detection of Blackduck API tokens as secret #3012

arjunharidasp opened this issue Jun 26, 2024 · 0 comments

Comments

@arjunharidasp
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant