Commit 3cf0fd00 authored by Katrin Leinweber's avatar Katrin Leinweber Committed by Russell Dickenson

Avoid "should be a hash" error

> jobs:sast:variables config should be a hash of key value pairs

plus one more error message for each other job in
lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
parent 46a152ff
......@@ -838,7 +838,7 @@ include:
template: DAST.gitlab-ci.yml
variables:
DAST_INCLUDE_ALPHA_VULNERABILITIES: true
DAST_INCLUDE_ALPHA_VULNERABILITIES: "true"
```
## Interacting with the vulnerabilities
......
......@@ -267,7 +267,7 @@ spotbugs-sast:
- build
variables:
MAVEN_REPO_PATH: ./.m2/repository
COMPILE: false
COMPILE: "false"
artifacts:
reports:
sast: gl-sast-report.json
......
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