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: