Skip to content

Commit

Permalink
org rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zivnevo authored Jan 4, 2022
1 parent eaeaede commit ed70dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'K8s NetworkPolicy Auto-Synthesis'
description: 'Automatically synthesize K8s NetworkPolicies, permitting only the connections your application requires and nothing more'
author: 'shift-left-netconfig project'
author: 'NP-Guard project'
branding:
icon: 'shield'
color: 'green'
Expand Down Expand Up @@ -36,11 +36,11 @@ runs:
done
echo "::set-output name=policies-with-b::$(echo $POLICIES_WITH_B)"
- name: Analyze
uses: docker://ghcr.io/shift-left-netconfig/net-top-analyzer@sha256:bd40a99fdbd293040a66166abd978bb806e17bf991998ba83fe06bac77e63a06
uses: docker://ghcr.io/np-guard/net-top-analyzer@sha256:bd40a99fdbd293040a66166abd978bb806e17bf991998ba83fe06bac77e63a06
with:
args: -dirpath /github/workspace -commitid ${{ github.sha }} -giturl ${{ env.GITHUB_SERVER_URL }}/${{ github.repository }} -gitbranch ${{ github.ref }} -outputfile /github/workspace/netpol-synth-gh-action-output/app-net-top.json
- name: Synthesize
uses: docker://ghcr.io/shift-left-netconfig/netpol-synth@sha256:148e371fb40fd24ea924c1c32c969481f27808171dd901dd60141bd9f2f87b76
uses: docker://ghcr.io/np-guard/netpol-synth@sha256:148e371fb40fd24ea924c1c32c969481f27808171dd901dd60141bd9f2f87b76
with:
args: /github/workspace/netpol-synth-gh-action-output/app-net-top.json -o /github/workspace/netpol-synth-gh-action-output/netpols.yaml ${{ steps.add-b-flag.outputs.policies-with-b }}
- name: Upload artifacts
Expand Down

0 comments on commit ed70dca

Please sign in to comment.