From 25258e8bc4ca9278f903b83731cedea482808649 Mon Sep 17 00:00:00 2001 From: "Jeremy M. Baker" Date: Wed, 29 Jun 2022 22:02:18 -0400 Subject: [PATCH 1/2] Add new tools --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df0de8..179fc1a 100644 --- a/README.md +++ b/README.md @@ -163,10 +163,19 @@ List of awesome resources about **Policy-as-Code** included blogs, videos, and t - [Deprek8ion](https://github.com/swade1987/deprek8ion) - A set of rego policies to monitor Kubernetes APIs deprecations +- [Kivera](https://kivera.io/product) - A policy engine for cloud security. Also provides UI for managing policies. + +- [Magalix](https://www.magalix.com/) + +- [Cloudformation Guard](https://github.com/aws-cloudformation/cloudformation-guard) - Policy-as-code domain-specific language(DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules. + +- [Harness](https://harness.io/blog/product-updates/introducing-harness-policy-engine/) - Helps organizations create and enforce policies on deployments, infrastructure, and more. + + ## Sponsor ![Practical DevSecOps](images/practical-devsecops-logo.png) ## Contributing -Please refer the guidelines at [contributing.md for details](Contributing.md). \ No newline at end of file +Please refer the guidelines at [contributing.md for details](Contributing.md). From 45deac29a3bc5565717848b2a41ae66f527e735f Mon Sep 17 00:00:00 2001 From: "Jeremy M. Baker" Date: Wed, 29 Jun 2022 22:03:17 -0400 Subject: [PATCH 2/2] Update Magalix description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 179fc1a..e02a88b 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ List of awesome resources about **Policy-as-Code** included blogs, videos, and t - [Kivera](https://kivera.io/product) - A policy engine for cloud security. Also provides UI for managing policies. -- [Magalix](https://www.magalix.com/) +- [Magalix](https://www.magalix.com/) - Now apart of Weaveworks. - [Cloudformation Guard](https://github.com/aws-cloudformation/cloudformation-guard) - Policy-as-code domain-specific language(DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules.