Merge branch 'julianthome/add-new-extensions' into 'main'

Add newly supported file extensions yml, .properties

See merge request components/sast!19
This commit is contained in:
Julian Thome 2025-03-11 09:51:42 +01:00
commit 373f004f45

View file

@ -154,6 +154,9 @@ semgrep-sast:
- '**/*.swift' - '**/*.swift'
- '**/*.m' - '**/*.m'
- '**/*.kt' - '**/*.kt'
- '**/*.yml'
- '**/*.yaml'
- '**/*.properties'
## In case gitlab-advanced-sast already covers all the files that semgrep-sast would have scanned ## In case gitlab-advanced-sast already covers all the files that semgrep-sast would have scanned
- if: '$CI_COMMIT_BRANCH && - if: '$CI_COMMIT_BRANCH &&
$GITLAB_FEATURES =~ /\bsast_advanced\b/ && $GITLAB_FEATURES =~ /\bsast_advanced\b/ &&
@ -187,6 +190,9 @@ semgrep-sast:
- '**/*.kt' - '**/*.kt'
- '**/*.cjs' - '**/*.cjs'
- '**/*.mjs' - '**/*.mjs'
- '**/*.yml'
- '**/*.yaml'
- '**/*.properties'
sobelow-sast: sobelow-sast:
extends: .sast-analyzer extends: .sast-analyzer