Skip to content

Commit

Permalink
Merge pull request #28 from Checkmarx/automation/update-kics
Browse files Browse the repository at this point in the history
feat: update kics version
  • Loading branch information
cxMiguelSilva authored May 3, 2024
2 parents 765e05d + c9409f6 commit 0f31213
Show file tree
Hide file tree
Showing 19 changed files with 2,564 additions and 5,630 deletions.
2 changes: 1 addition & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const project = new JsiiProject({
'aws-cdk-lib',
],
description: 'A KICS plugin for AWS CDK',
majorVersion: 1,
majorVersion: 2,
});

project.tsconfig?.addInclude('projenrc/**/*.ts');
Expand Down
6 changes: 4 additions & 2 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ new KicsValidator({

### Severity

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

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

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

By default this is set to `[Severity.HIGH, Severity.MEDIUM]`.
By default this is set to `[Severity.CRITICAL, Severity.HIGH, Severity.MEDIUM]`.

```ts
new KicsValidator({
failureSeverities: [
Severity.CRITICAL,
Severity.HIGH,
Severity.MEDIUM,
],
});
```
Expand Down
19 changes: 0 additions & 19 deletions cdk.out/Stack.assets.json

This file was deleted.

266 changes: 0 additions & 266 deletions cdk.out/Stack.template.json

This file was deleted.

1 change: 0 additions & 1 deletion cdk.out/cdk.out

This file was deleted.

Loading

0 comments on commit 0f31213

Please sign in to comment.