Skip to content

Commit 15a0d9a

Browse files
Update checkmarx-ast-cli binaries with 2.0.4 (#38)
* Update checkmarx-ast-cli to 2.0.4
1 parent e37def2 commit 15a0d9a

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.3
1+
2.0.4

src/main/resources/cx-linux

8 KB
Binary file not shown.

src/main/resources/cx-mac

11.9 KB
Binary file not shown.

src/main/resources/cx.exe

11.5 KB
Binary file not shown.

src/test/java/com/checkmarx/ast/BaseTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ protected Map<String, String> commonParams() {
5555
params.put(CxConstants.PROJECT_NAME, "JavaWrapperTestCases");
5656
params.put(CxConstants.SOURCE, ".");
5757
params.put(CxConstants.FILE_FILTER, "*.java");
58+
params.put(CxConstants.BRANCH, "main");
5859
params.put(CxConstants.SAST_PRESET_NAME, "Checkmarx Default");
5960
return params;
6061
}

0 commit comments

Comments
 (0)