Skip to content

Commit

Permalink
Added warn-k8s_ocp-deployment_deploymentconfig-bestpractices (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Jun 24, 2020
1 parent 0d85ad3 commit 916331d
Show file tree
Hide file tree
Showing 5 changed files with 3,207 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Current policies in this repo are below. The naming of the policy files follows
- [warn-k8s_ocp-all-bestpractices.rego](policy/warn-k8s_ocp-all-bestpractices.rego)
- warn rules to check all k8s objects - has a 'kind' and 'metadata.name'; i.e.: metadata.labels are set

- [warn-k8s_ocp-deployment_deploymentconfig-bestpractices.rego](policy/warn-k8s_ocp-deployment_deploymentconfig-bestpractices.rego)
- warn rules to check Deployment/DeploymentConfig conform to standard practices; i.e.: health-check probs are set

## 3rd Party Policies
A list of git repos that contain rego polices which can be combined with this repo:
- [deprek8ion: Rego policies to monitor Kubernetes APIs deprecations](https://github.com/swade1987/deprek8ion)
Expand Down
Loading

0 comments on commit 916331d

Please sign in to comment.