From 8bae9c21bb4a76d2df07663b3dd1ee662a5e6825 Mon Sep 17 00:00:00 2001 From: fabacab Date: Wed, 14 Sep 2022 14:02:50 -0400 Subject: [PATCH] Add Regula, an IaC linter/policy enforcement tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17bad43..4be1b81 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ See also [Awesome-Fuzzing](https://github.com/secfigo/Awesome-Fuzzing). - [AllStar](https://github.com/ossf/allstar) - GitHub App installed on organizations or repositories to set and enforce security policies. - [Conftest](https://conftest.dev/) - Utility to help you write tests against structured configuration data. - [Open Policy Agent (OPA)](https://www.openpolicyagent.org/) - Unified toolset and framework for policy across the cloud native stack. +- [Regula](https://regula.dev/) - Checks infrastructure as code templates (Terraform, CloudFormation, K8s manifests) for AWS, Azure, Google Cloud, and Kubernetes security and compliance using Open Policy Agent/Rego. - [Tang](https://github.com/latchset/tang) - Server for binding data to network presence; provides data to clients only when they are on a certain (secured) network. ### Supply chain security