-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(providers): add conftest providers
`conftest` is a handy provider for applying policies on your config files. You can use the `conftest` provider and module type directly to manually configure your tests, or you can use the "generator" providers `conftest-container` and `conftest-kubernetes` to automatically generate conftest modules. The former creates one test for each `container` module in your project (very similar to the `hadolint` provider), and the latter does the same for each `kubernetes` and `helm` module in your project.
- Loading branch information
Showing
54 changed files
with
2,530 additions
and
25 deletions.
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
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
Oops, something went wrong.