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 f6f9776a authored by Benoît's avatar Benoît
Browse files

Update test.yaml

parent 577e6f02
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ include: ...@@ -50,7 +50,7 @@ include:
trivy image ${TRIVY_OPTS} \ trivy image ${TRIVY_OPTS} \
--exit-code 0 \ --exit-code 0 \
--severity HIGH,CRITICAL \ --severity HIGH,CRITICAL \
${CS_IMAGE}-${ARCH} ${CS_IMAGE}-${ARCH} --show-suppressed
- | - |
echo -e "Generate CVE report for Gitlab" echo -e "Generate CVE report for Gitlab"
trivy image ${TRIVY_OPTS} \ trivy image ${TRIVY_OPTS} \
...@@ -81,7 +81,7 @@ include: ...@@ -81,7 +81,7 @@ include:
trivy image ${TRIVY_OPTS} \ trivy image ${TRIVY_OPTS} \
--exit-code 1 \ --exit-code 1 \
--severity CRITICAL \ --severity CRITICAL \
${CS_IMAGE}-${ARCH} ${CS_IMAGE}-${ARCH} --show-suppressed
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CONTAINER_SCANNING_DISABLED == 'true' || $CONTAINER_SCANNING_DISABLED == '1' - if: $CONTAINER_SCANNING_DISABLED == 'true' || $CONTAINER_SCANNING_DISABLED == '1'
......
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