Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 awscdk cdk-plugin cdk-ts devsecops kics-validator policy-as-code shift-left typescript
Last synced: 30 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T09:53:52.000Z (6 months ago)
- Last Synced: 2024-07-21T10:57:47.262Z (6 months ago)
- Topics: aws-cdk, awscdk, 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
```