We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22dc55 commit ae73e50Copy full SHA for ae73e50
.github/workflows/sast.yaml
@@ -17,7 +17,7 @@ env:
17
# List of paths (space separated) to ignore
18
# Supports PATTERNS
19
# EXCLUDE_PATHS: 'foo bar/baz file.txt dir/*.yml'
20
- EXCLUDE_PATHS: ''
+ EXCLUDE_PATHS: 'client/generator-templates src/main/generated'
21
# List of rules (space separated) to ignore
22
# EXCLUDE_RULES: 'generic.secrets.security.detected-aws-account-id.detected-aws-account-id'
23
# See https://github.com/semgrep/semgrep-rules for rules registry
0 commit comments