We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcce9f commit 5750cc2Copy full SHA for 5750cc2
contrib/Trivy.gitlab-ci.yml
@@ -10,7 +10,7 @@ Trivy_container_scanning:
10
IMAGE: "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA"
11
allow_failure: true
12
before_script:
13
- - export TRIVY_VERSION=${TRIVY_VERSION:-v0.4.3}
+ - export TRIVY_VERSION=${TRIVY_VERSION:-v0.19.2}
14
- apk add --no-cache curl docker-cli
15
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
16
- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin ${TRIVY_VERSION}
0 commit comments