Commit 33d9556f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'Fix-bypass-cert-script' into 'master'

Fix bypass cert script

See merge request gitlab-org/gitlab!28250
parents a934ce9a 0628f0ce
...@@ -230,7 +230,7 @@ Container Scanning can be executed on an offline GitLab Ultimate installation by ...@@ -230,7 +230,7 @@ Container Scanning can be executed on an offline GitLab Ultimate installation by
``` ```
1. If your local Docker container registry is running securely over `HTTPS`, but you're using a 1. If your local Docker container registry is running securely over `HTTPS`, but you're using a
self-signed certificate, then you must set `DOCKER_INSECURE: true` in the above self-signed certificate, then you must set `DOCKER_INSECURE: "true"` in the above
`container_scanning` section of your `.gitlab-ci.yml`. `container_scanning` section of your `.gitlab-ci.yml`.
It may be worthwhile to set up a [scheduled pipeline](../../../ci/pipelines/schedules.md) to automatically build a new version of the vulnerabilities database on a preset schedule. You can use the following `.gitlab-yml.ci` as a template: It may be worthwhile to set up a [scheduled pipeline](../../../ci/pipelines/schedules.md) to automatically build a new version of the vulnerabilities database on a preset schedule. You can use the following `.gitlab-yml.ci` as a 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