Skip to content

Commit 2db6a85

Browse files
authored
Merge pull request #4 from bridgecrewio/readme-update
fix: update readme for package
2 parents a7a046d + 821615c commit 2db6a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ By default, the `CheckovValidator` plugin comes with all `checkov`
4646
In order to disable any of the checks or just run a subset of them you can use the `check` or `skipCheck` property.
4747

4848
```ts
49-
new CfnGuardValidator({
49+
new CheckovValidator({
5050
check: ['CKV_AWS_18', 'CKV_AWS_21'],
5151
});
5252
```
5353

5454
```ts
55-
new CfnGuardValidator({
55+
new CheckovValidator({
5656
skipCheck: ['CKV_AWS_18', 'CKV_AWS_21'],
5757
});
5858
```

0 commit comments

Comments
 (0)