diff --git a/checkmarx-ast-cli.version b/checkmarx-ast-cli.version index f7fb770b..1e71de98 100644 --- a/checkmarx-ast-cli.version +++ b/checkmarx-ast-cli.version @@ -1 +1 @@ -2.3.28 +2.3.29 diff --git a/jest.config.js b/jest.config.js index 8c7977c5..c0cbe24c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -44,7 +44,7 @@ module.exports = { collectCoverageFrom: ['**/*.{ts,tsx}', '!**/*.d.ts', '!**/node_modules/**'], coverageThreshold: { "global": { - "branches": 65, + "branches": 63, "functions": 80, "lines": 80, "statements": 80 diff --git a/src/main/wrapper/resources/cx-linux b/src/main/wrapper/resources/cx-linux index 22c6f030..d95a9412 100755 --- a/src/main/wrapper/resources/cx-linux +++ b/src/main/wrapper/resources/cx-linux @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d2436e1fef7dd4841a003697702e52e2cdc3f3fba74e2196cebe5d7992f9d4f -size 76206264 +oid sha256:a4ca697ea3e79160e94e885228c418d89e0a4eef9acae7c54f30ddab222c24d1 +size 76255416 diff --git a/src/main/wrapper/resources/cx-mac b/src/main/wrapper/resources/cx-mac index e73d13f2..db1af770 100755 --- a/src/main/wrapper/resources/cx-mac +++ b/src/main/wrapper/resources/cx-mac @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4764f25769b820906cf09c6b3281f2b1df7c021f9063aef983f2aac0c48e39bc -size 153324992 +oid sha256:cd662a538ae11c59010aef4e0fdea48e10f838aad5e3b75fc08112c089a4bbfe +size 153440224 diff --git a/src/main/wrapper/resources/cx.exe b/src/main/wrapper/resources/cx.exe index 82fad51a..c1178f8d 100644 --- a/src/main/wrapper/resources/cx.exe +++ b/src/main/wrapper/resources/cx.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7968c2c1ec4e6264e91324f649f2bb44db04e53ce20f90f3a77c56abf2525664 -size 78184384 +oid sha256:5a20e07b5f659e1a9a4d32788cfd26ef1b0e49249af499dd431d5f559f02f621 +size 78230976 diff --git a/src/tests/data/ignoreFileSecrets.json b/src/tests/data/ignoreFileSecrets.json index e301edc1..c83df634 100644 --- a/src/tests/data/ignoreFileSecrets.json +++ b/src/tests/data/ignoreFileSecrets.json @@ -2,6 +2,6 @@ { "Title": "github-pat", "FilePath": "src/tests/data/secret-exposed.txt", - "Line": 3 + "SecretValue":"ghp_1234567890abcdef1234567890abcdef1234" } ] \ No newline at end of file