From c45f2462691f08f12afb8c75bb3de9421a6953f4 Mon Sep 17 00:00:00 2001 From: Igor Olszewski Date: Tue, 24 Feb 2026 09:53:32 +0100 Subject: [PATCH] docs: Add InfraScan to the Multi-Platform section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fa54e33..923d200 100644 --- a/readme.md +++ b/readme.md @@ -149,6 +149,7 @@ Infrastructure as Code allows applications to be deployed reliably to a consiste #### Multi-Platform - [Checkov](https://github.com/bridgecrewio/checkov) - _Bridgecrew_ - Scan Terraform, AWS CloudFormation and Kubernetes templates for insecure configuration. +- [InfraScan](https://infrascan.soldevelo.com/) - _SolDevelo_ - Comprehensive scans for AWS cost antipatterns, IaC security issues (Checkov), and container vulnerabilities. - [KICS](https://github.com/Checkmarx/kics) - _Checkmarx_ - Find security vulnerabilities, compliance issues, and infrastructure misconfigurations early in the development cycle. - [Spectral DeepConfig](https://spectralops.io/blog/spectral-launches-deepconfig-to-ensure-no-misconfiguration-at-all-layers-of-software/) - _Spectral_ - Find misconfiguration both in infrastructure as well as apps as early as commit time. - [Terrascan](https://github.com/accurics/terrascan) - _Accurics_ - Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.