From 7da834e5e6eec8ade588228d7e977902847f6666 Mon Sep 17 00:00:00 2001 From: Artem Tsybulko Date: Thu, 28 Nov 2024 17:54:44 +0300 Subject: [PATCH] SP-19921 - fix SAST --- .github/workflows/sast.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index d73f8cf3..8a0b154f 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -17,7 +17,7 @@ env: # List of paths (space separated) to ignore # Supports PATTERNS # EXCLUDE_PATHS: 'foo bar/baz file.txt dir/*.yml' - EXCLUDE_PATHS: '' + EXCLUDE_PATHS: 'client/generator-templates src/main/generated' # List of rules (space separated) to ignore # EXCLUDE_RULES: 'generic.secrets.security.detected-aws-account-id.detected-aws-account-id' # See https://github.com/semgrep/semgrep-rules for rules registry