Skip to content
Snippets Groups Projects
Commit addc203d authored by rossfuhrman's avatar rossfuhrman
Browse files

Merge branch 'jsx-FREEZE-move-to-SAST_EXCLUDED_ANALYZERS' into 'jsx-FREEZE'

Move to SAST_EXCLUDED_ANALYZERS

See merge request !28
parents 3acdc67b 96d52b5c
No related branches found
No related tags found
1 merge request!28Move to SAST_EXCLUDED_ANALYZERS
Pipeline #318754988 failed
variables:
SAST_DEFAULT_ANALYZERS: "eslint,semgrep"
stages:
- test
- qa
......@@ -17,9 +14,6 @@ qa-eslint-sast:
needs: ['eslint-sast']
variables:
SAST_REPORT_URL: "https://gitlab.com/gitlab-org/security-products/analyzers/eslint/-/raw/master/qa/expect/js-jsx/gl-sast-report.json"
only:
variables:
- $SAST_DEFAULT_ANALYZERS =~ /eslint/
semgrep-sast:
variables:
......@@ -30,6 +24,3 @@ qa-semgrep-sast:
needs: ['semgrep-sast']
variables:
SAST_REPORT_URL: "https://gitlab.com/gitlab-org/security-products/analyzers/semgrep/-/raw/main/qa/expect/$CI_PROJECT_NAME/gl-sast-report.json"
only:
variables:
- $SAST_DEFAULT_ANALYZERS =~ /semgrep/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment