diff --git a/docs/tutorials/integrations/gitlab-ci.md b/docs/tutorials/integrations/gitlab-ci.md index 96e31ecc18..1f0f57dbac 100644 --- a/docs/tutorials/integrations/gitlab-ci.md +++ b/docs/tutorials/integrations/gitlab-ci.md @@ -74,8 +74,8 @@ container_scanning: name: docker.io/aquasec/trivy:latest 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 + # No need to clone the repo, we exclusively work on artifacts. See + # 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"