Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```