From ca9669d6b4edbb9aeb32ccb98597edca42e40fde Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Fri, 30 Dec 2022 10:04:32 +0900 Subject: [PATCH] chore(test): ignore devDependencies vulnerabilities --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46bc2c5..e538504 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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