mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
Fix a link in gitlab-ci.md (#4850)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user