mirror of
https://gitlab.com/components/sast.git
synced 2025-06-29 23:18:28 +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'
|
||||
- '**/*.rb'
|
||||
- '**/*.kt'
|
||||
- '**/*.cjs'
|
||||
- '**/*.mjs'
|
||||
|
||||
sobelow-sast:
|
||||
extends: .sast-analyzer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue