Replies: 1 comment
-
You can disable it. trivy/pkg/fanal/secret/builtin-allow-rules.go Lines 4 to 8 in 50364b8 |
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
Hi team, yesterday I was testing FS with scanning secrets on a folder with many subfolders. All was fine, with a lot of files at the beginning , the problem appears when I created a file named test.text with some true positives examples. The scanning didn´t detect it in any way.
I renamed to TestingOption.text, testData.text, and that didn´t work. Finally I renamed to OptionTest, and at last it worked.
Desired Behavior
Scan in files with name pattern test*.*
Actual Behavior
It didn't scan in files with name pattern test*.*
Reproduction Steps
Target
Filesystem
Scanner
Secret
Output Format
JSON
Mode
Standalone
Debug Output
trivy fs --scanners secret .
Operating System
Ubuntu
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions