Skip to content
Snippets Groups Projects
Commit 8b2a41e0 authored by John Stephene Lelis's avatar John Stephene Lelis
Browse files

update gitlab-ci. yml

parent ab01310c
Branches main
No related tags found
No related merge requests found
Pipeline #53004 failed with stage
in 4 minutes and 7 seconds
...@@ -13,8 +13,8 @@ before_script: ...@@ -13,8 +13,8 @@ before_script:
audit: audit:
stage: test stage: test
script: script:
- $ auditjs ossi -q - auditjs ossi -q
- $ auditjs ossi -q --fail-on high --json > auditjs_scan_results.json - auditjs ossi -q --fail-on high --json > auditjs_scan_results.json
- EXIT_CODE=$? - EXIT_CODE=$?
- if [[ $EXIT_CODE -ne 0 ]]; then exit 1; fi - if [[ $EXIT_CODE -ne 0 ]]; then exit 1; fi
allow_failure: false allow_failure: false
......
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