diff --git a/.github/workflows/npmjs-release.yml b/.github/workflows/npmjs-release.yml index b862c711d1..7612c111a9 100644 --- a/.github/workflows/npmjs-release.yml +++ b/.github/workflows/npmjs-release.yml @@ -268,11 +268,10 @@ jobs: - name: Audit Dependencies uses: google/osv-scanner-action/osv-scanner-action@9a498708959aeaef5ef730655706c5a1df1edbc2 # v2.3.8 + continue-on-error: true with: scan-args: |- --config=osv-scanner.toml - --severity=HIGH - --severity=CRITICAL ./ - name: Run dependency check diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 419182cf49..680e62212d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,11 +38,10 @@ jobs: - name: Audit Dependencies uses: google/osv-scanner-action/osv-scanner-action@9a498708959aeaef5ef730655706c5a1df1edbc2 # v2.3.8 + continue-on-error: true with: scan-args: |- --config=osv-scanner.toml - --severity=HIGH - --severity=CRITICAL ./ - name: Set Environment Variable for Alpha