ci: disable nodejs-scan

it doesn't work very well with this repository :(
This commit is contained in:
naskya 2024-05-11 09:03:31 +09:00
parent 6f6333f094
commit 8f59f26aa0
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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