From 8f59f26aa0d58204130b2772eb2d903452e930f8 Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Sat, 11 May 2024 09:03:31 +0900
Subject: [PATCH] ci: disable nodejs-scan

it doesn't work very well with this repository :(
---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9c87c528a..2df2479ea9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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