diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 600509d6..26d0c1e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ pages: scheduled-audit: stage: audit script: - - npm audit + - npm audit --audit-level=high only: - schedules