Skip to content

Commit 80cba2c

Browse files
author
Sascha Pfeiffer
committed
added allow_failure: true for vulnerability scan
Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@psono.com>
1 parent e5d716c commit 80cba2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ test-vulnerability-scan:
3131
image: psono-docker.jfrog.io/node:lts-alpine
3232
script:
3333
- npm audit
34+
allow_failure: true
3435

3536
#test-linter:
3637
# except:

0 commit comments

Comments
 (0)