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

@@ -74,8 +74,8 @@ container_scanning:
name: docker.io/aquasec/trivy:latest name: docker.io/aquasec/trivy:latest
entrypoint: [""] entrypoint: [""]
variables: variables:
# No need to clone the repo, we exclusively work on artifacts. See # 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 GIT_STRATEGY: none
TRIVY_USERNAME: "$CI_REGISTRY_USER" TRIVY_USERNAME: "$CI_REGISTRY_USER"
TRIVY_PASSWORD: "$CI_REGISTRY_PASSWORD" TRIVY_PASSWORD: "$CI_REGISTRY_PASSWORD"