Replies: 1 comment
-
|
Hi @LuckichS ! Unfortunately, Trivy does not support glob patterns for whitelisting or selecting files and directories to scan. Perhaps you could use the selector field in checks to filter input data? What type of configuration files are you scanning? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys! I need to validate different types of custom yaml files. I have many files, but everyone has name of services at name. I need to use different .rego files to different services. How to filter this?
now i use this
this is black list. But can i use white list? like this:
i did try different ways with
file-patternsbut i cant do itBeta Was this translation helpful? Give feedback.
All reactions