We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808e63f commit 720ddecCopy full SHA for 720ddec
README.md
@@ -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