https://github.com/garysassano/cdk-aws-kics-validator
CDK app that makes use of Checkmarx's KICS Validator plugin for checking the security of a S3 bucket
https://github.com/garysassano/cdk-aws-kics-validator
aws-cdk cdk-plugin cdk-ts devsecops kics-validator policy-as-code shift-left typescript
Last synced: about 1 month ago
JSON representation
CDK app that makes use of Checkmarx's KICS Validator plugin for checking the security of a S3 bucket
- Host: GitHub
- URL: https://github.com/garysassano/cdk-aws-kics-validator
- Owner: garysassano
- License: apache-2.0
- Created: 2024-05-10T21:46:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T09:53:52.000Z (almost 2 years ago)
- Last Synced: 2025-10-11T05:32:01.891Z (9 months ago)
- Topics: aws-cdk, cdk-plugin, cdk-ts, devsecops, kics-validator, policy-as-code, shift-left, typescript
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cdk-aws-kics-validator
CDK app that makes use of Checkmarx's [KICS Validator](https://github.com/Checkmarx/kics-cdk-validator-plugin) plugin for checking the security of a S3 bucket.
## Prerequisites
- **_AWS:_**
- Must have authenticated with [Default Credentials](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#authentication-and-configuration) in your local environment.
- Must have completed the [CDK bootstrapping](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html) for the target AWS environment.
- **_Node.js + npm:_**
- Must be [installed](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) in your system.
## Installation
```sh
npx projen install
```
## Deployment
```sh
npx projen deploy
```
## Cleanup
```sh
npx projen destroy
```