Skip to content

Commit 9815f23

Browse files
Merge pull request #884 from CheckmarxDev/feature/update_cli_2.3.29
Update checkmarx-ast-cli binaries with 2.3.29
2 parents 1772cb8 + 149ce65 commit 9815f23

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.28
1+
2.3.29

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
collectCoverageFrom: ['**/*.{ts,tsx}', '!**/*.d.ts', '!**/node_modules/**'],
4545
coverageThreshold: {
4646
"global": {
47-
"branches": 65,
47+
"branches": 63,
4848
"functions": 80,
4949
"lines": 80,
5050
"statements": 80
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:1d2436e1fef7dd4841a003697702e52e2cdc3f3fba74e2196cebe5d7992f9d4f
3-
size 76206264
2+
oid sha256:a4ca697ea3e79160e94e885228c418d89e0a4eef9acae7c54f30ddab222c24d1
3+
size 76255416

src/main/wrapper/resources/cx-mac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4764f25769b820906cf09c6b3281f2b1df7c021f9063aef983f2aac0c48e39bc
3-
size 153324992
2+
oid sha256:cd662a538ae11c59010aef4e0fdea48e10f838aad5e3b75fc08112c089a4bbfe
3+
size 153440224

src/main/wrapper/resources/cx.exe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:7968c2c1ec4e6264e91324f649f2bb44db04e53ce20f90f3a77c56abf2525664
3-
size 78184384
2+
oid sha256:5a20e07b5f659e1a9a4d32788cfd26ef1b0e49249af499dd431d5f559f02f621
3+
size 78230976

src/tests/data/ignoreFileSecrets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
"Title": "github-pat",
44
"FilePath": "src/tests/data/secret-exposed.txt",
5-
"Line": 3
5+
"SecretValue":"ghp_1234567890abcdef1234567890abcdef1234"
66
}
77
]

0 commit comments

Comments
 (0)