diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 285fda1e..d4fc971a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ audit: scheduled-audit: stage: audit script: - - npm audit + - npm audit --audit-level=high only: - schedules