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

Just ignore vulnix errors entirely?

parent 7cc13370
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 #315 passed
...@@ -34,4 +34,5 @@ fi ...@@ -34,4 +34,5 @@ fi
# vulnix exits with an error status if there are vulnerabilities. We told # vulnix exits with an error status if there are vulnerabilities. We told
# 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
nix-shell -p vulnix --run 'vulnix ./scan-target/' | tee "$OUTPUT" nix-shell -p vulnix --run 'vulnix ./scan-target/' | tee "$OUTPUT"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment