mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38:29 +02:00
Refine exists patterns in components template
This commit is contained in:
parent
373f004f45
commit
2919a04298
1 changed files with 8 additions and 4 deletions
|
@ -154,9 +154,11 @@ semgrep-sast:
|
||||||
- '**/*.swift'
|
- '**/*.swift'
|
||||||
- '**/*.m'
|
- '**/*.m'
|
||||||
- '**/*.kt'
|
- '**/*.kt'
|
||||||
- '**/*.yml'
|
|
||||||
- '**/*.yaml'
|
|
||||||
- '**/*.properties'
|
- '**/*.properties'
|
||||||
|
- '**/application*.yml'
|
||||||
|
- '**/bootstrap*.yml'
|
||||||
|
- '**/application*.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/ &&
|
||||||
|
@ -190,9 +192,11 @@ semgrep-sast:
|
||||||
- '**/*.kt'
|
- '**/*.kt'
|
||||||
- '**/*.cjs'
|
- '**/*.cjs'
|
||||||
- '**/*.mjs'
|
- '**/*.mjs'
|
||||||
- '**/*.yml'
|
|
||||||
- '**/*.yaml'
|
|
||||||
- '**/*.properties'
|
- '**/*.properties'
|
||||||
|
- '**/application*.yml'
|
||||||
|
- '**/bootstrap*.yml'
|
||||||
|
- '**/application*.yaml'
|
||||||
|
- '**/bootstrap*.yaml'
|
||||||
|
|
||||||
sobelow-sast:
|
sobelow-sast:
|
||||||
extends: .sast-analyzer
|
extends: .sast-analyzer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue