Skip to content

Commit

Permalink
Merge pull request #59 from candrews/patch-3
Browse files Browse the repository at this point in the history
fix: Makefile: rules/ moved to checks/
  • Loading branch information
simar7 authored Jan 19, 2024
2 parents 83d4589 + 1de3280 commit 0f2bda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DYNAMIC_REGO_FOLDER=./rules/kubernetes/policies/dynamic
DYNAMIC_REGO_FOLDER=./checks/kubernetes/policies/dynamic

.PHONY: test
test:
Expand All @@ -9,7 +9,7 @@ rego: fmt-rego test-rego

.PHONY: fmt-rego
fmt-rego:
opa fmt -w rules/
opa fmt -w checks/

.PHONY: bundle
bundle: create-bundle verify-bundle
Expand Down

0 comments on commit 0f2bda7

Please sign in to comment.