Skip to content

Commit

Permalink
fix: Makefile: rules/ moved to checks/
Browse files Browse the repository at this point in the history
3de4cf5 moved `rules/` to `checks/`
  • Loading branch information
candrews authored Jan 17, 2024
1 parent 3f16e8a commit 1de3280
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 1de3280

Please sign in to comment.