You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Tasks/dependency-check-build-task/task.json
+29-13Lines changed: 29 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,14 @@
75
75
"required": false,
76
76
"helpMarkDown": "The file path to the suppression XML file used to suppress false positives. This can be specified more than once to utilize multiple suppression files. The argument can be a local file path, a URL to a suppression file, or even a reference to a file on the class path."
77
77
},
78
+
{
79
+
"name": "reportsDirectory",
80
+
"type": "filePath",
81
+
"label": "Report Directory",
82
+
"defaultValue": "",
83
+
"required": false,
84
+
"helpMarkDown": "Report output directory. On-prem build agents can specify a local directory to override the default location. The default location is the $COMMON_TESTRESULTSDIRECTORY\\dependency-check directory."
"helpMarkDown": "The https path to the cached Dependency Check database file (odc.mv.db).",
111
+
"name": "additionalArguments",
112
+
"type": "multiLine",
113
+
"label": "Additional Arguments",
114
+
"defaultValue": "",
115
+
"required": false,
116
+
"helpMarkDown": "Pass additional command line arguments to the Dependency Check command line interface."
117
+
},
118
+
{
119
+
"name": "localInstallPath",
120
+
"type": "filePath",
121
+
"label": "Local Install Path",
122
+
"helpMarkDown": "The local path to the `dependency-check` installation directory (on-prem build agents only). Setting this field will run Dependency Check locally instead of downloading the installer onto the build agent.",
"helpMarkDown": "The https path to the cached Dependency Check JSON repository file (jsrepository.json).",
115
-
"defaultValue": "",
129
+
"label": "Installer Version",
130
+
"helpMarkDown": "The Dependency Check version to download (cloud-hosted build agents only). Setting this field will download Dependency Check locally onto the build agent during execution.",
131
+
"defaultValue": "6.0.2",
116
132
"required": false
117
133
},
118
134
{
119
-
"name": "additionalArguments",
120
-
"type": "multiLine",
121
-
"label": "Additional Arguments",
135
+
"name": "dataMirror",
136
+
"type": "string",
137
+
"label": "Data Mirror Archive URL",
138
+
"helpMarkDown": "The https path to the compressed Dependency Check data directory (containing the odc.mv.db and jsrepository.json files).",
122
139
"defaultValue": "",
123
-
"required": false,
124
-
"helpMarkDown": "Pass additional command line arguments to the Dependency Check command line interface."
0 commit comments