Skip to content
Snippets Groups Projects
Commit bebf9368 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Allow the vulnix pipeline to fail but propagate the code

parent 36b58301
No related branches found
No related tags found
3 merge requests!85Update production to staging,!71Bring Staging up to current Develop version,!64Run vulnerability scan on CI
Pipeline #316 failed
...@@ -35,4 +35,5 @@ fi ...@@ -35,4 +35,5 @@ fi
# GitLab to allow this by setting `allow_failure` to true in the GitLab CI # GitLab to allow this by setting `allow_failure` to true in the GitLab CI
# config. # config.
set +eo pipefail set +eo pipefail
nix-shell -p vulnix --run 'vulnix ./scan-target/' | tee "$OUTPUT" status=$(nix-shell -p vulnix --run 'vulnix ./scan-target/' | tee "$OUTPUT")
exit $status
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment