Skip to content

Commit 7e8793a

Browse files
author
Sascha Pfeiffer
committed
adjusted npm security check to include only high and prod vulns
Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@esaqa.com>
1 parent dd9bda7 commit 7e8793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test-vulnerability-scan:
3030
stage: test
3131
image: psono-docker.jfrog.io/node:lts-alpine
3232
script:
33-
- npm audit
33+
- npm audit --audit-level high --json --only=prod
3434
allow_failure: true
3535

3636
#test-linter:

0 commit comments

Comments
 (0)