Add newly supported file extensions yml, .properties

This commit is contained in:
Julian Thome 2025-03-04 11:03:24 +00:00
parent b3beb90502
commit ca92338af7

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,6 +190,9 @@ semgrep-sast:
- '**/*.kt'
- '**/*.cjs'
- '**/*.mjs'
- '**/*.yml'
- '**/*.yaml'
- '**/*.properties'
sobelow-sast:
extends: .sast-analyzer