Skip to content

Commit cce5849

Browse files
committed
add a readme
1 parent 8cc11d1 commit cce5849

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# app1
1+
# App1
2+
3+
> This app is compliant with version [1.0.0](https://github.com/policy-as-versioned-code/policy/releases/tag/1.0.0) of the company policy **only**
4+
5+
## Test policy locally
6+
7+
```bash
8+
$ docker run --rm -ti -v $(pwd):/apps ghcr.io/policy-as-versioned-code/policy-checker
9+
Found kustomization.yaml
10+
Checking policy version...
11+
Policy version: 1.0.0
12+
Fetching Policy...
13+
Policy fetched.
14+
Running policy checker...
15+
16+
Applying 1 policy to 1 resource...
17+
(Total number of result count may vary as the policy is mutated by Kyverno. To check the mutated policy please try with log level 5)
18+
19+
pass: 1, fail: 0, warn: 0, error: 0, skip: 0
20+
```

0 commit comments

Comments
 (0)