{ "id": "checkov", "version": "1.0.17", "name": "Checkov (via pipx)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/checkov", "description": "Checkov is a static code analysis tool for infrastructure as code (IaC) and also a software composition analysis (SCA) tool for images and open source packages.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] }