mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Merge branch 'tkopel/add-cjs-mjs-to-ci-component' into 'main'
Adds .cjs & .mjs matching support See merge request components/sast!12
This commit is contained in:
commit
ff24d9f354
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ semgrep-sast:
|
||||||
- '**/*.m'
|
- '**/*.m'
|
||||||
- '**/*.rb'
|
- '**/*.rb'
|
||||||
- '**/*.kt'
|
- '**/*.kt'
|
||||||
|
- '**/*.cjs'
|
||||||
|
- '**/*.mjs'
|
||||||
|
|
||||||
sobelow-sast:
|
sobelow-sast:
|
||||||
extends: .sast-analyzer
|
extends: .sast-analyzer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue