Fix a link in gitlab-ci.md (#4850)

This commit is contained in:
Sogo Kato
2023-07-23 17:20:29 +09:00
committed by GitHub
parent a61531c1f7
commit 5d349d8147

View File

@@ -75,7 +75,7 @@ container_scanning:
entrypoint: [""]
variables:
# No need to clone the repo, we exclusively work on artifacts. See
# https://docs.gitlab.com/ee/ci/runners/README.html#git-strategy
# https://docs.gitlab.com/ee/ci/runners/configure_runners.html#git-strategy
GIT_STRATEGY: none
TRIVY_USERNAME: "$CI_REGISTRY_USER"
TRIVY_PASSWORD: "$CI_REGISTRY_PASSWORD"