mobbdev 1.0.112 → 1.0.113
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11257,7 +11257,7 @@ function validateRepoUrl(args) {
|
|
|
11257
11257
|
});
|
|
11258
11258
|
}
|
|
11259
11259
|
}
|
|
11260
|
-
var supportExtensions = [".json", ".xml", ".fpr", ".sarif"];
|
|
11260
|
+
var supportExtensions = [".json", ".xml", ".fpr", ".sarif", ".zip"];
|
|
11261
11261
|
function validateReportFileFormat(reportFile) {
|
|
11262
11262
|
if (!supportExtensions.includes(path10.extname(reportFile))) {
|
|
11263
11263
|
throw new CliError(
|