From ca92338af75a4ab585379e18df6dca553f7a45a3 Mon Sep 17 00:00:00 2001 From: Julian Thome Date: Tue, 4 Mar 2025 11:03:24 +0000 Subject: [PATCH] Add newly supported file extensions yml, .properties --- templates/sast.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/sast.yml b/templates/sast.yml index 1ce3f54..927d012 100644 --- a/templates/sast.yml +++ b/templates/sast.yml @@ -154,6 +154,9 @@ semgrep-sast: - '**/*.swift' - '**/*.m' - '**/*.kt' + - '**/*.yml' + - '**/*.yaml' + - '**/*.properties' ## In case gitlab-advanced-sast already covers all the files that semgrep-sast would have scanned - if: '$CI_COMMIT_BRANCH && $GITLAB_FEATURES =~ /\bsast_advanced\b/ && @@ -187,7 +190,10 @@ semgrep-sast: - '**/*.kt' - '**/*.cjs' - '**/*.mjs' - + - '**/*.yml' + - '**/*.yaml' + - '**/*.properties' + sobelow-sast: extends: .sast-analyzer image: