Skip to main content

@bridgecrew/cdk-validator-checkov

Project description

CDK Checkov Validator Plugin

---

cdk-constructs: Experimental

The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.


Installation

TypeScript/JavaScript

npm install @bridgecrew/cdk-validator-checkov

Python

pip install cdk-validator-checkov

Usage

To use this plugin in your CDK application add it to the CDK App.

new App({
  policyValidationBeta1: [
    new CheckovValidator(),
  ],
});

By default, the CheckovValidator plugin comes with all checkov built-in checks for CloudFormation. In order to disable any of the checks or just run a subset of them you can use the check or skipCheck property.

new CheckovValidator({
    check: ['CKV_AWS_18', 'CKV_AWS_21'],
});
new CheckovValidator({
    skipCheck: ['CKV_AWS_18', 'CKV_AWS_21'],
});

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-validator-checkov-0.0.1.tar.gz (33.8 kB view details)

Uploaded Source

Built Distribution

cdk_validator_checkov-0.0.1-py3-none-any.whl (32.5 kB view details)

Uploaded Python 3

File details

Details for the file cdk-validator-checkov-0.0.1.tar.gz.

File metadata

  • Download URL: cdk-validator-checkov-0.0.1.tar.gz
  • Upload date:
  • Size: 33.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for cdk-validator-checkov-0.0.1.tar.gz
Algorithm Hash digest
SHA256 d369666728e2e2921d69f4171c92f1f2ba23c2768ce94a33b4c816234a7b13e5
MD5 0e8b67aef1d9fa255d54faf8c8d692a7
BLAKE2b-256 ad45eab782a14656e5d0aa7804eaecf6b258ab7c10dd917fd5cbcb59a666b6eb

See more details on using hashes here.

File details

Details for the file cdk_validator_checkov-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cdk_validator_checkov-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e4d9060da84223eef14832dd55772f89dbaf19f875180a78a52cb733be000ce0
MD5 566678fa9147ed6e2aacf9fd32081bf1
BLAKE2b-256 fc49d450ee25b77127d04b719c952a33ce2509edd3a598d2cf16a6780e87f981

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page