diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6985467..1b765c67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ audit: scheduled-audit: stage: audit script: - - npm audit + - npm audit --audit-level=high only: - schedules