Skip to content

Commit 720ddec

Browse files
committed
readme
1 parent 808e63f commit 720ddec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Infra1
2+
3+
> This infra is compliant with version [1.0.0](https://github.com/example-policy-org/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/example-policy-org/policy-checker
9+
10+
Checking policy version...
11+
Policy version: 1.0.0
12+
Fetching Policy...
13+
14+
Applying 1 policy to 1 resource...
15+
(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)
16+
17+
Passed checks: 2, Failed checks: 0, Skipped checks: 0
18+
```

0 commit comments

Comments
 (0)