From: ModeSevenIndustrialSolutions Date: Thu, 9 Oct 2025 15:18:57 +0000 (+0100) Subject: CI: Re-instate bypass of python-audit-action failures X-Git-Tag: v0.37.15^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=701cb946aaa8cd7f280da81852e57d457d58d60f;p=releng%2Flftools.git CI: Re-instate bypass of python-audit-action failures The lftools dependencies contain a number of security issues that otherwise block the build/release process. Change-Id: Ic5c3f08337175aab6cbde6209adea733c58a2305 Signed-off-by: ModeSevenIndustrialSolutions --- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9c665eba..e4c0edd8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -145,6 +145,7 @@ jobs: permissions: contents: read timeout-minutes: 10 + continue-on-error: true steps: # Harden the runner used by this workflow # yamllint disable-line rule:line-length