From ba5a873e2dbd8c4d92e925c6dad3d14c76ab5dbe Mon Sep 17 00:00:00 2001 From: alex <86014065+mraml@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:00:15 -0500 Subject: [PATCH] Update nod-gatekeeper.yml rename the job key back to audit. --- .github/workflows/nod-gatekeeper.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nod-gatekeeper.yml b/.github/workflows/nod-gatekeeper.yml index d3c9791..c5bffdf 100644 --- a/.github/workflows/nod-gatekeeper.yml +++ b/.github/workflows/nod-gatekeeper.yml @@ -11,7 +11,8 @@ permissions: security-events: write jobs: - quality-gate: + # FIX: Renamed from 'quality-gate' to 'audit' to match main branch configuration + audit: name: Transparency Standard Check runs-on: ubuntu-latest steps: