mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 23:21:09 +00:00
chore(ci): exclude low severity vulnerabilities in github actions
This commit is contained in:
parent
decb11ac28
commit
6ffa2d1452
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -95,7 +95,8 @@ jobs:
|
|||||||
key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }}
|
key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }}
|
||||||
|
|
||||||
- name: audit
|
- name: audit
|
||||||
run: yarn audit --level moderate
|
# exclude low severity vulnerabilities for now
|
||||||
|
run: yarn audit; [[ $? -ge 4 ]] && exit 1 || exit 0
|
||||||
needs: setup
|
needs: setup
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user