Applying suggestions from VR

This commit is contained in:
Julian Thome 2025-03-12 10:44:14 +01:00
parent 6403d60f3a
commit 66475db496

View file

@ -158,9 +158,11 @@ semgrep-sast:
- '**/application*.yml' - '**/application*.yml'
- '**/management*.yml' - '**/management*.yml'
- '**/actuator*.yml' - '**/actuator*.yml'
- '**/bootstrap*.yml'
- '**/application*.yaml' - '**/application*.yaml'
- '**/management*.yaml' - '**/management*.yaml'
- '**/actuator*.yaml' - '**/actuator*.yaml'
- '**/bootstrap*.yaml'
## 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/ &&