Skip to content

Commit ae73e50

Browse files
SP-19921 - fix SAST (#138)
1 parent d22dc55 commit ae73e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# List of paths (space separated) to ignore
1818
# Supports PATTERNS
1919
# EXCLUDE_PATHS: 'foo bar/baz file.txt dir/*.yml'
20-
EXCLUDE_PATHS: ''
20+
EXCLUDE_PATHS: 'client/generator-templates src/main/generated'
2121
# List of rules (space separated) to ignore
2222
# EXCLUDE_RULES: 'generic.secrets.security.detected-aws-account-id.detected-aws-account-id'
2323
# See https://github.com/semgrep/semgrep-rules for rules registry

0 commit comments

Comments
 (0)