Update .gitlab-ci.yml file: don't stop when "yarn audit" reports vulnerabilities.

This commit is contained in:
Chris Witterholt 2023-04-28 18:25:07 +00:00
parent 4c1f4fb2e3
commit c9858eda89
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ audit:
stage: audit
script:
- yarn install
- yarn audit
- yarn audit || true
except:
- tags