Refine exists patterns.

This commit is contained in:
Julian Thome 2025-03-11 16:45:59 +01:00
parent 373f004f45
commit 6403d60f3a

View file

@ -154,9 +154,13 @@ semgrep-sast:
- '**/*.swift'
- '**/*.m'
- '**/*.kt'
- '**/*.yml'
- '**/*.yaml'
- '**/*.properties'
- '**/application*.yml'
- '**/management*.yml'
- '**/actuator*.yml'
- '**/application*.yaml'
- '**/management*.yaml'
- '**/actuator*.yaml'
## 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/ &&