Skip to content

Commit 4a1050d

Browse files
authored
Merge pull request #41 from CheckmarxDev/feature/AST-7569_triage_command
added scan-types flag
2 parents 8a71f20 + ff6bcfd commit 4a1050d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/wrapper/CxConstants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export enum CxConstants {
33
VERBOSE = "-v",
44
PROJECT_NAME = "--project-name",
55
SCAN_TYPES_SUB_CMD = "--scan-type",
6+
SCAN_TYPES = "--scan-types",
67
SAST_PRESET_NAME = "--sast-preset-name",
78
FILE_FILTER = "--file-filter",
89
AGENT = "--agent",

0 commit comments

Comments
 (0)