From 3c6a3d143985f6449dc6c3a2c4db9b9c0ce09579 Mon Sep 17 00:00:00 2001 From: Kiryl Kovaliov Date: Fri, 11 Oct 2024 14:43:21 +0200 Subject: [PATCH] Update sast.yaml --- .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 1e29f13..a121710 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -16,7 +16,7 @@ env: # List of paths (space separated) to ignore # Supports PATTERNS # EXCLUDE_PATHS: 'foo bar/baz file.txt dir/*.yml' - EXCLUDE_PATHS: '' + EXCLUDE_PATHS: '**' # 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