Last active
July 17, 2024 18:15
-
-
Save rohitcoder/6d9976d3eb94167f5efb32a13e874193 to your computer and use it in GitHub Desktop.
Scanner Configuration YAML Tempalte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List of paths to exclude from the scan | |
sast: | |
exclude_paths: | |
- /node_modules/ | |
- /test | |
- bin | |
data_security: | |
exclude_paths: | |
- /node_modules/ | |
- /test | |
- bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment