mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38:29 +02:00
Refine exists patterns.
This commit is contained in:
parent
373f004f45
commit
6403d60f3a
1 changed files with 6 additions and 2 deletions
|
@ -154,9 +154,13 @@ semgrep-sast:
|
||||||
- '**/*.swift'
|
- '**/*.swift'
|
||||||
- '**/*.m'
|
- '**/*.m'
|
||||||
- '**/*.kt'
|
- '**/*.kt'
|
||||||
- '**/*.yml'
|
|
||||||
- '**/*.yaml'
|
|
||||||
- '**/*.properties'
|
- '**/*.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
|
## 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/ &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue