chore(test): ignore devDependencies vulnerabilities
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -63,11 +63,13 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue_title: npm audit run by test job
|
issue_title: npm audit run by test job
|
||||||
create_issues: false
|
create_issues: false
|
||||||
|
production_flag: true
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
working_directory: __tests__/testdata/workdir/
|
working_directory: __tests__/testdata/workdir/
|
||||||
create_issues: false
|
create_issues: false
|
||||||
|
production_flag: true
|
||||||
|
|
||||||
test-on-windows:
|
test-on-windows:
|
||||||
strategy:
|
strategy:
|
||||||
@@ -92,8 +94,10 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue_title: npm audit run by test job
|
issue_title: npm audit run by test job
|
||||||
create_issues: false
|
create_issues: false
|
||||||
|
production_flag: true
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
working_directory: __tests__/testdata/workdir/
|
working_directory: __tests__/testdata/workdir/
|
||||||
create_issues: false
|
create_issues: false
|
||||||
|
production_flag: true
|
||||||
|
|||||||
Reference in New Issue
Block a user