ci: disable nodejs-scan
it doesn't work very well with this repository :(
This commit is contained in:
parent
6f6333f094
commit
8f59f26aa0
1 changed files with 1 additions and 2 deletions
|
@ -45,6 +45,7 @@ variables:
|
|||
CARGO_PROFILE_DEV_LTO: 'off'
|
||||
CARGO_PROFILE_DEV_DEBUG: 'none'
|
||||
CARGO_TERM_COLOR: 'always'
|
||||
SAST_EXCLUDED_ANALYZERS: 'nodejs-scan'
|
||||
|
||||
default:
|
||||
before_script:
|
||||
|
@ -239,8 +240,6 @@ sast:
|
|||
stage: scan
|
||||
services: []
|
||||
before_script: []
|
||||
variables:
|
||||
SAST_EXCLUDED_PATHS: .git,.config,.gitlab,.vscode,ci,custom,dev,docs,locales,node_modules,target
|
||||
|
||||
container_scanning:
|
||||
stage: scan
|
||||
|
|
Loading…
Reference in a new issue