Commit 74c6dfb4 authored by Roy Hadad's avatar Roy Hadad
Browse files

change command name

parent 35645e1d
Showing with 2 additions and 2 deletions
+2 -2
......@@ -40,5 +40,5 @@ datree_test_to_JUnit_report: # install junit2html first: https://github.com/inor
lint: # install golangci-lint first: https://golangci-lint.run/usage/install/#local-installation
golangci-lint run
run-with-rego-rules:
run-rego-demo:
make build && ./datree test ./internal/fixtures/regoDemo/k8s-file-for-rego-demo.yaml --policy-config ./internal/fixtures/regoDemo/policyWithRegoRules.yaml
......@@ -43,7 +43,7 @@ deny[error] {
- /pkg/rego - most of the implementation
- /internal/fixtures/regoDemo - the files needed for the demo
- Run demo: ```make run-with-rego-rules```
- Run demo: ```make run-rego-demo```
# Stuff still left to implement:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment