diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e09883b..701ab0f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ audit: scheduled-audit: stage: audit script: - - npm audit + - npm audit --audit-level=high only: - schedules