Commit 5032c8ec authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'js/remove-nodejs-scan' into 'master'

Remove nodejs-scan scanning gitlab-org/gitlab

See merge request gitlab-org/gitlab!71946
parents 59cf343b 349e49b7
......@@ -28,7 +28,7 @@ code_quality:
variables:
SAST_BRAKEMAN_LEVEL: 2 # GitLab-specific
SAST_EXCLUDED_PATHS: "qa, spec, doc, ee/spec, config/gitlab.yml.example, tmp" # GitLab-specific
SAST_EXCLUDED_ANALYZERS: bandit, flawfinder, phpcs-security-audit, pmd-apex, security-code-scan, spotbugs, eslint
SAST_EXCLUDED_ANALYZERS: bandit, flawfinder, phpcs-security-audit, pmd-apex, security-code-scan, spotbugs, eslint, nodejs-scan
brakeman-sast:
rules: !reference [".reports:rules:brakeman-sast", rules]
......
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