-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(secret): Support for detecting Hugging Face Access Tokens #6236
feat(secret): Support for detecting Hugging Face Access Tokens #6236
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @chrisking
Thnka for your work!
I left comments. Take a look, when you have time, please.
Regards, Dmitriy
Thanks for the help @DmitriyLewen , I really appreciate the extra help to get this code up to the standards for Trivy. @knqyf263 , let me know if there's anything missing from your perspective. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@knqyf263 take a look, when you have time.
Description
Hugging Face Access Tokens are not detected by the scanner for secrets yet, I added them as an entity with this change and provided a test case as well.
Related issues
Checklist