How to exclude folders from scan? #5365
-
How can I exclude the
But the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hello, @andyshinn! Thank you so much for reaching us! Are you using Docker? If yes, you need to point the volume like this:
Let me know if it helps, please 😊 |
Beta Was this translation helpful? Give feedback.
-
Tagging #5369 as it's easy to miss the reference by GitHub on the right side menu. |
Beta Was this translation helpful? Give feedback.
Hello, @andyshinn! Thank you so much for reaching us!
Are you using Docker? If yes, you need to point the volume like this:
.terraform
is inside of the root of/path/
:docker run -v $pwd/:/path/ checkmarx/kics:latest scan -p /path/ --no-progress -e "/path/.terraform" -v
.terraform
is inside of the root of/path/folder1
:docker run -v $pwd/:/path/ checkmarx/kics:latest scan -p /path/ --no-progress -e "/path/*/.terraform" -v
Let me know if it helps, please 😊