We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7a046d + 821615c commit 2db6a85Copy full SHA for 2db6a85
README.md
@@ -46,13 +46,13 @@ By default, the `CheckovValidator` plugin comes with all `checkov`
46
In order to disable any of the checks or just run a subset of them you can use the `check` or `skipCheck` property.
47
48
```ts
49
-new CfnGuardValidator({
+new CheckovValidator({
50
check: ['CKV_AWS_18', 'CKV_AWS_21'],
51
});
52
```
53
54
55
56
skipCheck: ['CKV_AWS_18', 'CKV_AWS_21'],
57
58
0 commit comments