allow audit failure
This commit is contained in:
@@ -23,6 +23,7 @@ install:
|
|||||||
audit:
|
audit:
|
||||||
image: node:16
|
image: node:16
|
||||||
needs: ["install"]
|
needs: ["install"]
|
||||||
|
allow_failure: true
|
||||||
stage: audit
|
stage: audit
|
||||||
script:
|
script:
|
||||||
- npm audit --audit-level=critical
|
- npm audit --audit-level=critical
|
||||||
|
|||||||
Reference in New Issue
Block a user