Commit 10b9c1b1 authored by rossfuhrman's avatar rossfuhrman

Re-enable nodejs scan SAST job

Now that we can disable babel parsing we can re-enable the nodejs scan
parent 5ba1af9f
...@@ -59,6 +59,7 @@ code_quality: ...@@ -59,6 +59,7 @@ code_quality:
SAST_ANALYZER_IMAGE_TAG: 2 SAST_ANALYZER_IMAGE_TAG: 2
SAST_BRAKEMAN_LEVEL: 2 # GitLab-specific SAST_BRAKEMAN_LEVEL: 2 # GitLab-specific
SAST_EXCLUDED_PATHS: qa,spec,doc,ee/spec # GitLab-specific SAST_EXCLUDED_PATHS: qa,spec,doc,ee/spec # GitLab-specific
SAST_DISABLE_BABEL: "true"
script: script:
- /analyzer run - /analyzer run
...@@ -72,11 +73,10 @@ eslint-sast: ...@@ -72,11 +73,10 @@ eslint-sast:
image: image:
name: "$SAST_ANALYZER_IMAGE_PREFIX/eslint:$SAST_ANALYZER_IMAGE_TAG" name: "$SAST_ANALYZER_IMAGE_PREFIX/eslint:$SAST_ANALYZER_IMAGE_TAG"
# Temporary disabled as it's constantly failing. See https://gitlab.com/gitlab-org/gitlab/-/issues/213769. nodejs-scan-sast:
# nodejs-scan-sast: extends: .sast
# extends: .sast image:
# image: name: "$SAST_ANALYZER_IMAGE_PREFIX/nodejs-scan:$SAST_ANALYZER_IMAGE_TAG"
# name: "$SAST_ANALYZER_IMAGE_PREFIX/nodejs-scan:$SAST_ANALYZER_IMAGE_TAG"
secrets-sast: secrets-sast:
extends: .sast extends: .sast
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment