Skip to content

Commit 5750cc2

Browse files
authored
chore: update trivy version (#1252)
1 parent bbcce9f commit 5750cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/Trivy.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Trivy_container_scanning:
1010
IMAGE: "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA"
1111
allow_failure: true
1212
before_script:
13-
- export TRIVY_VERSION=${TRIVY_VERSION:-v0.4.3}
13+
- export TRIVY_VERSION=${TRIVY_VERSION:-v0.19.2}
1414
- apk add --no-cache curl docker-cli
1515
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
1616
- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin ${TRIVY_VERSION}

0 commit comments

Comments
 (0)