Skip to content

Commit

Permalink
added publish-deployment-policy
Browse files Browse the repository at this point in the history
Signed-off-by: Adhishree Kadam <[email protected]>
  • Loading branch information
adhishreekadam authored Jun 6, 2024
1 parent 4066858 commit 3c22200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ sbom-policy-gen:
publish-service-policy:
hzn exchange service addpolicy -f service.policy.json $(HZN_ORG_ID)/$(SERVICE_NAME)_$(SERVICE_VERSION)_$(ARCH)

publish-deployment-policy:
hzn exchange deployment addpolicy -f deployment.policy.json $(HZN_ORG_ID)/policy-$(SERVICE_NAME)_$(SERVICE_VERSION)


test: run
@echo "=================="
Expand Down

0 comments on commit 3c22200

Please sign in to comment.