Request: Elide all warnings about 10 MB+ files for secret scanning #9367
aep-sunlife
started this conversation in
Ideas
Replies: 1 comment
-
|
This warning is based on the assumption that there is usually no need to secret-scan large text files, such as those around 10MB. Could you share what kind of use case would require scanning huge files, just for reference? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I want to disable all trivy warnings regarding 10 MB or larger files in terms of secret scanning, without exhaustively enumerating a very long list of random files across hundreds of hosts.
Could there be an option to turn off this spammy warning?
Desired Behavior
Suppress warnings concerning large files regarding secrets scanning.
Actual Behavior
WARN
WARN
WARN
...
Reproduction Steps
1. `trivy rootfs /`Target
Filesystem
Scanner
None
Output Format
None
Mode
Standalone
Debug Output
.Operating System
macOS
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions