XargsUK / checkov-prismaless-vscode

Prevent cloud misconfigurations during build-time for Terraform, Cloudformation, Kubernetes, Serverless framework, and other infrastructure-as-code-languages with Checkov in VS Code.
https://marketplace.visualstudio.com/items?itemName=XargsUK.checkov-prismaless
Apache License 2.0
6 stars 2 forks source link

[Feature]: Add severity to scan results #7

Open XargsUK opened 5 months ago

XargsUK commented 5 months ago

Feature Description

Currently severity is not returned by checkov without the PrismaCloud API key. Creating a reference database which is bundled with the extension could allow for the mapping of Checkov IDs to severities; allowing for filtering based on CRITICAL, HIGH, MEDIUM and LOW.

image

Benefit

Allows the highlighting of the higher severity issues.