From cef977ce34bca1e47575f04e6757ba5abbd5c862 Mon Sep 17 00:00:00 2001 From: Ziv Nevo <79099626+zivnevo@users.noreply.github.com> Date: Tue, 4 Jan 2022 10:59:05 +0200 Subject: [PATCH] org rename --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 23bfbd6..7573f10 100644 --- a/action.yaml +++ b/action.yaml @@ -1,6 +1,6 @@ name: K8s NetworkPolicy Verification description: An action to verify connectivity compliance requirements, based on preset policies -author: shift-left-netconfig project +author: NP-Guard project branding: icon: shield color: green @@ -48,7 +48,7 @@ runs: done echo "::set-output name=policies-with-b::$(echo $POLICIES_WITH_B)" - name: Baseline requirements validation - uses: docker://ghcr.io/shift-left-netconfig/baseline-rules-verifier:1.3.2 + uses: docker://ghcr.io/np-guard/baseline-rules-verifier:1.3.2 with: args: > ${{ steps.add-b-flag.outputs.policies-with-b }}