Commit af7ea275 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-avoid-jobs-sast-variables-config-error' into 'master'

Docs: Avoid "should be a hash" error

See merge request gitlab-org/gitlab!44115
parents 6fcb0e5a 3cf0fd00
......@@ -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