mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Add newly supported file extensions yml, .properties
This commit is contained in:
parent
b3beb90502
commit
ca92338af7
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,6 +190,9 @@ semgrep-sast:
|
|||
- '**/*.kt'
|
||||
- '**/*.cjs'
|
||||
- '**/*.mjs'
|
||||
- '**/*.yml'
|
||||
- '**/*.yaml'
|
||||
- '**/*.properties'
|
||||
|
||||
sobelow-sast:
|
||||
extends: .sast-analyzer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue