Secret Detection Recommendation Document Missing Since v0.41.0 #4677
Closed
maltefiala
started this conversation in
Documentation
Replies: 1 comment
-
Thanks. I've created an issue for tracking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
In Version 0.40.0 the file existed. However, since 0.41.0 it is gone but still referred to in every trivy run.
Steps to reproduce:
trivy image <someimage>
2023-06-20T10:42:28.426+0200 INFO Vulnerability scanning is enabled 2023-06-20T10:42:28.426+0200 INFO Secret scanning is enabled 2023-06-20T10:42:28.426+0200 INFO If your scanning is slow, please try '--scanners vuln' to disable secret scanning 2023-06-20T10:42:28.426+0200 INFO Please see also https://aquasecurity.github.io/trivy/v0.42/docs/secret/scanning/#recommendation for faster secret detection 2023-06-20T10:42:28.471+0200 INFO Detected OS: debian 2023-06-20T10:42:28.471+0200 INFO Detecting Debian vulnerabilities... 2023-06-20T10:42:28.504+0200 INFO Number of language-specific files: 3 2023-06-20T10:42:28.504+0200 INFO Detecting python-pkg vulnerabilities... 2023-06-20T10:42:28.504+0200 INFO Detecting node-pkg vulnerabilities... 2023-06-20T10:42:28.504+0200 INFO Detecting jar vulnerabilities...
See following screenshots
v0.40.0:
![v0 40 0](https://private-user-images.githubusercontent.com/526184/247060768-1d58055c-5aaf-49d4-beef-0ca32cb11ad5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzQyNzgsIm5iZiI6MTczOTU3Mzk3OCwicGF0aCI6Ii81MjYxODQvMjQ3MDYwNzY4LTFkNTgwNTVjLTVhYWYtNDlkNC1iZWVmLTBjYTMyY2IxMWFkNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMjU5MzhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wZmJhZmI5ZmJjYThlYjQzMmY5NTgyMDUwNzM5NDgwZjczZThkNTVkNzFhOGUwODQ0Mjg3MDI0MWUzMGQxOWVhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.McUb_JNwJr9iAbP-BKa3xJ-TY1o_Jx17LGsHS-xKDnk)
![v0 41 0](https://private-user-images.githubusercontent.com/526184/247060775-856ff980-fde1-4be3-b903-75ccd6303cf4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzQyNzgsIm5iZiI6MTczOTU3Mzk3OCwicGF0aCI6Ii81MjYxODQvMjQ3MDYwNzc1LTg1NmZmOTgwLWZkZTEtNGJlMy1iOTAzLTc1Y2NkNjMwM2NmNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMjU5MzhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00NTU1Y2I0NTQxMWU0OWMwMWJlMDlhMDFmMmU5Nzg3ZjE2ZWZhY2Y2YjFiNGRlOGJiYjNmNzkyNGMxZDBlMzBiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9Vrmqhj1pOS-MShAevJgDzsQPlIvY2a9e-tPaAfNoTw)
v0.41.0:
Link
https://aquasecurity.github.io/trivy/v0.42/docs/secret/scanning/#recommendation
Suggestions
Or delete reference from:
Following file is hardcoded using doc from old version:
Beta Was this translation helpful? Give feedback.
All reactions