Skip to content
Snippets Groups Projects
Commit b2fc5149 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix(Trivy): restore default Git strategy to allow .trivyignore

parent 37b8d544
No related branches found
No related tags found
No related merge requests found
...@@ -609,8 +609,6 @@ docker-healthcheck: ...@@ -609,8 +609,6 @@ docker-healthcheck:
# This is a non-blocking job, it will always return (code) 0 # This is a non-blocking job, it will always return (code) 0
docker-trivy: docker-trivy:
extends: .docker-base extends: .docker-base
variables:
GIT_STRATEGY: none
dependencies: [] dependencies: []
image: image:
name: $DOCKER_TRIVY_IMAGE name: $DOCKER_TRIVY_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment