Skip to content

Commit 1a67dca

Browse files
Merge branch 'main' into feature-handel-cancel-scan-for-jetbrains
2 parents 1a9253c + 8b88293 commit 1a67dca

File tree

8 files changed

+5
-4
lines changed

8 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
${{ runner.os }}-maven-
2121
2222
- name: Set up JDK 11
23-
uses: actions/setup-java@v3.4.1
23+
uses: actions/setup-java@v3.5.0
2424
with:
2525
distribution: 'temurin'
2626
java-version: '11'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
${{ runner.os }}-maven-
2727
2828
- name: Set up Maven Central Repository
29-
uses: actions/setup-java@v3.4.1
29+
uses: actions/setup-java@v3.5.0
3030
with:
3131
java-version: '11'
3232
distribution: 'temurin'

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.27
1+
2.0.29

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.slf4j</groupId>
5050
<artifactId>slf4j-simple</artifactId>
51-
<version>2.0.0</version>
51+
<version>2.0.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.junit.jupiter</groupId>

src/main/java/com/checkmarx/ast/wrapper/CxConstants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public final class CxConstants {
66
public static final String PROJECT_NAME = "--project-name";
77
public static final String SCAN_TYPE = "--scan-type";
88
public static final String SCAN_TYPES = "--scan-types";
9+
public static final String SCAN_RESUBMIT = "--resubmit";
910
public static final String SAST_PRESET_NAME = "--sast-preset-name";
1011
public static final String FILE_FILTER = "--file-filter";
1112
public static final String BRANCH = "--branch";

src/main/resources/cx-linux

4 KB
Binary file not shown.

src/main/resources/cx-mac

16.5 KB
Binary file not shown.

src/main/resources/cx.exe

5.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)