From 3d44e76383499314f729c6ff355ab864f213f1f1 Mon Sep 17 00:00:00 2001 From: ccostino Date: Fri, 30 May 2025 10:57:24 -0400 Subject: [PATCH] Update .github/workflows/checks.yml Removing extraneous vulnerability ignore config. --- .github/workflows/checks.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c5609ccdd..78e878060 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -144,8 +144,6 @@ jobs: with: inputs: requirements.txt ignore-vulns: | - PYSEC-2024-60 - PYSEC-2022-43162 PYSEC-2023-312 - name: Run npm audit run: make npm-audit