From b48bb1eeb5e933f3896dfb30a0a300e0e86f1bf0 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Mon, 31 Jul 2023 12:32:47 +0200 Subject: [PATCH] Ignore setuptools vulnerability over we don't have a direct control (we just use version which is installed in the end user environment). --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fa8b0f1cc..1fac3d4f5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -293,6 +293,7 @@ jobs: # setuptools which we don't install or depend on directly ignore-vulns: | GHSA-r9hx-vwmv-q579 + PYSEC-2022-43012 - name: Cleanup run: |