Skip to content
Snippets Groups Projects

Specify SAST expectation from analyzer

Merged Lucas Charles requested to merge move-expectations-to-analyzer into no_dind-FREEZE
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -3,6 +3,7 @@ variables:
DS_DISABLE_DIND: "true"
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "spotbugs"
SAST_REPORT_URL: "https://gitlab.com/gitlab-org/security-products/analyzers/$SAST_DEFAULT_ANALYZERS/-/raw/master/qa/expect/$CI_PROJECT_NAME/gl-sast-report.json"
stages:
- test
Loading