mirror of
https://gitlab.com/components/sast.git
synced 2025-06-29 23:18:28 +02:00
Merge branch 'julianthome/add-new-extensions' into 'main'
Add newly supported file extensions yml, .properties See merge request components/sast!19
This commit is contained in:
commit
373f004f45
1 changed files with 7 additions and 1 deletions
|
@ -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,7 +190,10 @@ semgrep-sast:
|
|||
- '**/*.kt'
|
||||
- '**/*.cjs'
|
||||
- '**/*.mjs'
|
||||
|
||||
- '**/*.yml'
|
||||
- '**/*.yaml'
|
||||
- '**/*.properties'
|
||||
|
||||
sobelow-sast:
|
||||
extends: .sast-analyzer
|
||||
image:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue