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-04 12:03:59 +01:00
commit 0dd2d1b790

View file

@ -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: