Loading capif/.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,8 @@ semgrep-sast: variables: # DOCKER_DRIVER: overlay2 DOCKER_HOST: tcp://docker:2375 SAST_EXCLUDED_ANALYZERS: "nodejs-scan-sast" # SAST_EXCLUDED_ANALYZERS: "nodejs-scan-sast" SAST_EXCLUDED_ANALYZERS: "nodejs-scan" SAST_DEFAULT_ANALYZERS: bandit allow_failure: true services: Loading Loading
capif/.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,8 @@ semgrep-sast: variables: # DOCKER_DRIVER: overlay2 DOCKER_HOST: tcp://docker:2375 SAST_EXCLUDED_ANALYZERS: "nodejs-scan-sast" # SAST_EXCLUDED_ANALYZERS: "nodejs-scan-sast" SAST_EXCLUDED_ANALYZERS: "nodejs-scan" SAST_DEFAULT_ANALYZERS: bandit allow_failure: true services: Loading