Commit 201a68a2 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'add-callout-to-container-scanning-code-in-docs' into 'master'

Require CS tool change if docs heading changed

See merge request gitlab-org/gitlab!26543
parents 08975d2f e12cb8cb
......@@ -35,6 +35,10 @@ Having an extra job in your pipeline that checks for those vulnerabilities,
and the fact that they are displayed inside a merge request, makes it very easy
to perform audits for your Docker-based apps.
[//]: # "NOTE: The container scanning tool references the following heading in the code, so if you"
[//]: # " make a change to this heading, make sure to update the documentation URLs used in the"
[//]: # " container scanning tool (https://gitlab.com/gitlab-org/security-products/analyzers/klar)"
## Requirements
To enable Container Scanning in your pipeline, you need:
......@@ -158,6 +162,10 @@ container_scanning:
GIT_STRATEGY: fetch
```
[//]: # "NOTE: The container scanning tool references the following heading in the code, so if you"
[//]: # " make a change to this heading, make sure to update the documentation URLs used in the"
[//]: # " container scanning tool (https://gitlab.com/gitlab-org/security-products/analyzers/klar)"
### Available variables
Container Scanning can be [configured](#overriding-the-container-scanning-template)
......
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