Skip to content
Snippets Groups Projects
Commit 5a081b9c authored by René Rösner's avatar René Rösner
Browse files

Fix(#2): Yarn Audit Configuration Fix

parent b5146a93
No related branches found
No related tags found
1 merge request!98planning#431: i18n Vorbereitung und Abbau technischer Schulden
Pipeline #57460 passed
......@@ -117,4 +117,4 @@ yarn-audit:
stage: cve-scan
image: node:lts-alpine
script:
- yarn audit --level high || (test $? -eq 4 && echo "Moderate vulnerabilities found, proceeding anyway.")
- yarn audit --level high || (test $? -lt 8 && echo "Moderate vulnerabilities found, proceeding anyway.")
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