Skip to content

Commit

Permalink
Merge pull request #34 from portefaix/feat/policies-semver
Browse files Browse the repository at this point in the history
Portefaix policies v0.3.0
  • Loading branch information
nlamirault committed Apr 27, 2021
2 parents 5625753 + c870817 commit fb99a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -78,8 +78,8 @@ helm-lint: guard-CHART ## Lint Helm chart
opa-deps: ## Setup OPA dependencies
@echo -e "$(OK_COLOR)[$(APP)] Install OPA policy $(POLICY)$(NO_COLOR)"
@conftest pull --policy addons/policies/deprek8ion github.com/swade1987/deprek8ion//policies
@conftest pull --policy addons/policies/portefaix github.com/portefaix/portefaix-policies//policy

@conftest pull --policy addons/policies/portefaix github.com/portefaix/portefaix-policies?ref=v0.3.0//policy
.PHONY: opa-install
opa-install: guard-NAME guard-URL ## Install OPA policies
@echo -e "$(OK_COLOR)[$(APP)] Install OPA policy $(POLICY)$(NO_COLOR)"
Expand Down

0 comments on commit fb99a95

Please sign in to comment.