Skip to content

Commit

Permalink
Merge pull request #4 from bridgecrewio/readme-update
Browse files Browse the repository at this point in the history
fix: update readme for package
  • Loading branch information
gruebel authored Apr 19, 2023
2 parents a7a046d + 821615c commit 2db6a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ By default, the `CheckovValidator` plugin comes with all `checkov`
In order to disable any of the checks or just run a subset of them you can use the `check` or `skipCheck` property.

```ts
new CfnGuardValidator({
new CheckovValidator({
check: ['CKV_AWS_18', 'CKV_AWS_21'],
});
```

```ts
new CfnGuardValidator({
new CheckovValidator({
skipCheck: ['CKV_AWS_18', 'CKV_AWS_21'],
});
```

0 comments on commit 2db6a85

Please sign in to comment.