Skip to content

Instantly share code, notes, and snippets.

@rohitcoder
Last active July 17, 2024 18:15
Show Gist options
  • Save rohitcoder/6d9976d3eb94167f5efb32a13e874193 to your computer and use it in GitHub Desktop.
Save rohitcoder/6d9976d3eb94167f5efb32a13e874193 to your computer and use it in GitHub Desktop.
Scanner Configuration YAML Tempalte
# 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