Skip to content

Commit 0f31213

Browse files
Merge pull request #28 from Checkmarx/automation/update-kics
feat: update kics version
2 parents 765e05d + c9409f6 commit 0f31213

File tree

19 files changed

+2564
-5630
lines changed

19 files changed

+2564
-5630
lines changed

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const project = new JsiiProject({
3131
'aws-cdk-lib',
3232
],
3333
description: 'A KICS plugin for AWS CDK',
34-
majorVersion: 1,
34+
majorVersion: 2,
3535
});
3636

3737
project.tsconfig?.addInclude('projenrc/**/*.ts');

API.md

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ new KicsValidator({
6666

6767
### Severity
6868

69-
Kics queries can fall under 5 different severities, `high`, `medium`, `low`,
69+
Kics queries can fall under 6 different severities, `critical`, `high`, `medium`, `low`,
7070
`info`, and `trace`. This plugin allows you to configure how the severities are
7171
handled.
7272

@@ -87,12 +87,14 @@ Alternatively, you can use the `failureSeverities` parameter when initiating a s
8787

8888
Please note that scans configured to only fail on certain severity levels might not display results falling below those specified levels.
8989

90-
By default this is set to `[Severity.HIGH, Severity.MEDIUM]`.
90+
By default this is set to `[Severity.CRITICAL, Severity.HIGH, Severity.MEDIUM]`.
9191

9292
```ts
9393
new KicsValidator({
9494
failureSeverities: [
95+
Severity.CRITICAL,
9596
Severity.HIGH,
97+
Severity.MEDIUM,
9698
],
9799
});
98100
```

cdk.out/Stack.assets.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

cdk.out/Stack.template.json

Lines changed: 0 additions & 266 deletions
This file was deleted.

cdk.out/cdk.out

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)