Skip to content

Commit 076d687

Browse files
committed
add a readme
1 parent 0153584 commit 076d687

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-
# app2
1+
# App2
2+
3+
> This app is compliant with version [2.0.0](https://github.com/policy-as-versioned-code/policy/releases/tag/2.0.0) of the company policy
4+
5+
## Test policy locally
6+
7+
```raw
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: 2.0.0
12+
Fetching Policy...
13+
Policy fetched.
14+
Running policy checker...
15+
16+
Applying 2 policies 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: 2, fail: 0, warn: 0, error: 0, skip: 0
20+
```

0 commit comments

Comments
 (0)