Skip to content

Commit

Permalink
org rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zivnevo committed Jan 4, 2022
1 parent caa1ed7 commit cef977c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit cef977c

Please sign in to comment.