-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# app3 | ||
# App3 | ||
|
||
> This app is compliant with version [2.1.1](https://github.com/policy-as-versioned-code/policy/releases/tag/2.1.1) of the company policy | ||
## Test policy locally | ||
|
||
```raw | ||
$ docker run --rm -ti -v $(pwd):/apps ghcr.io/policy-as-versioned-code/policy-checker | ||
Found kustomization.yaml | ||
Checking policy version... | ||
Policy version: 2.1.1 | ||
Fetching Policy... | ||
Policy fetched. | ||
Running policy checker... | ||
Applying 2 policies to 1 resource... | ||
(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) | ||
pass: 2, fail: 0, warn: 0, error: 0, skip: 0 | ||
``` |