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

emit json instead of text

parent 658789f0
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 #320 passed
......@@ -11,7 +11,7 @@ unit-tests:
vulnerability-scan:
stage: "test"
script:
- "ci-tools/vulnerability-scan security-report.txt"
- "ci-tools/vulnerability-scan security-report.json"
artifacts:
paths:
- "security-report.txt"
......
......@@ -42,7 +42,7 @@ fi
# (non-whitelisted errors). 3 indicates unexpected error so we let that
# propagate.
set +e
nix-shell -p vulnix --run 'vulnix ./scan-target/' | tee "$OUTPUT"
nix-shell -p vulnix --run 'vulnix --json ./scan-target/' | tee "$OUTPUT"
vulnix_status=$?
set -e
......
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