From 3ad5c2731a3ccccbd8468ef14a88b1edd45867a4 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Tue, 1 Apr 2025 09:35:06 -0700 Subject: [PATCH] chore(infra): allow builds to succeed in spite of audit failures (#35442) --- .github/workflows/infra.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index bb488009ff..de95a099b1 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -36,6 +36,7 @@ jobs: fi - name: Audit prod NPM dependencies run: node utils/check_audit.js + continue-on-error: true lint-snippets: name: "Lint snippets" runs-on: ubuntu-latest