Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
74c6dfb4
Commit
74c6dfb4
authored
2 years ago
by
Roy Hadad
Browse files
Options
Download
Email Patches
Plain Diff
change command name
parent
35645e1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
Makefile
pkg/rego/README.MD
+1
-1
pkg/rego/README.MD
with
2 additions
and
2 deletions
+2
-2
Makefile
+
1
-
1
View file @
74c6dfb4
...
...
@@ -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
This diff is collapsed.
Click to expand it.
pkg/rego/README.MD
+
1
-
1
View file @
74c6dfb4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment