chore(test): ignore devDependencies vulnerabilities

This commit is contained in:
Naoki Oketani
2022-12-30 10:04:32 +09:00
parent 9eb4404f40
commit ca9669d6b4

View File

@@ -63,11 +63,13 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_title: npm audit run by test job
create_issues: false
production_flag: true
- uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: __tests__/testdata/workdir/
create_issues: false
production_flag: true
test-on-windows:
strategy:
@@ -92,8 +94,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_title: npm audit run by test job
create_issues: false
production_flag: true
- uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: __tests__/testdata/workdir/
create_issues: false
production_flag: true