We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca2ad5 commit 33ef4d3Copy full SHA for 33ef4d3
src/main/java/com/checkmarx/ast/wrapper/CxConstants.java
@@ -5,6 +5,7 @@ public final class CxConstants {
5
public static final String SOURCE = "-s";
6
public static final String PROJECT_NAME = "--project-name";
7
public static final String SCAN_TYPE = "--scan-type";
8
+ public static final String SCAN_TYPES = "--scan-types";
9
public static final String SAST_PRESET_NAME = "--sast-preset-name";
10
public static final String FILE_FILTER = "--file-filter";
11
public static final String BRANCH = "--branch";
0 commit comments