Skip to content

Commit

Permalink
Fix a link in gitlab-ci.md (#4850)
Browse files Browse the repository at this point in the history
  • Loading branch information
SogoKato committed Jul 23, 2023
1 parent a61531c commit 5d349d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/integrations/gitlab-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d349d8

Please sign in to comment.