Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 48bd83c9 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

Merge branch '89-fix-trivy-download-db-fail-too-many-requests' into 'master'

Resolve "fix: trivy download db fail "TOO MANY REQUESTS""

Closes #89

See merge request lydra/gitlab-ci-templates!63
parents 37f0c5e4 3d886d4b
No related branches found
No related tags found
No related merge requests found
Pipeline #47531 failed
......@@ -35,6 +35,8 @@ container:security:
TRIVY_NO_PROGRESS: "true"
TRIVY_INSECURE: "true"
TRIVY_TEMPLATE_DIRECTORY: "/contrib"
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db"
TRIVY_JAVA_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-java-db"
CS_OUTPUT: "gl-container-scanning-report.json"
JUNIT_OUTPUT: "junit-report.xml"
script:
......
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