@bridgecrew/cdk-validator-checkov
Project description
CDK Checkov Validator Plugin
---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 CfnGuardValidator({
check: ['CKV_AWS_18', 'CKV_AWS_21'],
});
new CfnGuardValidator({
skipCheck: ['CKV_AWS_18', 'CKV_AWS_21'],
});
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cdk-validator-checkov-0.0.0.tar.gz
.
File metadata
- Download URL: cdk-validator-checkov-0.0.0.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6991af4db98480289347c1ebbffc3514b3700b9cdbd9f6cf26650947fd6b77b4 |
|
MD5 | e128cb376c49247e520696f664a772c4 |
|
BLAKE2b-256 | 209e155b171f295c895793ad3f351a761dfbf4d49661cfbcc99c8456a8641b6c |
File details
Details for the file cdk_validator_checkov-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: cdk_validator_checkov-0.0.0-py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76210bb2608b924eeb2adfc98c6516e707968b1b0cf3ee5d528d5c27e244c165 |
|
MD5 | 981ec6b5bd477420a7b3f74a787730b5 |
|
BLAKE2b-256 | c747c8a871567708132533f50390aaca514b4bfce829a324d7d1195b0bf14321 |