@coana-tech/cli 14.0.0 → 14.0.2
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/cli.js +9 -3
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -92604,7 +92604,7 @@ var init_constants = __esm({
|
|
|
92604
92604
|
DOCKERFILES_ROOT = (0, import_lodash3.once)(() => {
|
|
92605
92605
|
return (0, import_path11.resolve)((0, import_constants.COANA_ROOT)(), "packages", "docker-management", "docker");
|
|
92606
92606
|
});
|
|
92607
|
-
REPOSITORY = process.env.DOCKER_REPOSITORY ?? "
|
|
92607
|
+
REPOSITORY = process.env.DOCKER_REPOSITORY ?? "coanapublic.azurecr.io";
|
|
92608
92608
|
getImageTag = () => {
|
|
92609
92609
|
return process.env.DOCKER_IMAGE_TAG_OVERWRITE ?? process.env.DOCKER_IMAGE_TAG ?? "latest";
|
|
92610
92610
|
};
|
|
@@ -130398,7 +130398,13 @@ var init_dependency_tree = __esm({
|
|
|
130398
130398
|
"RUST",
|
|
130399
130399
|
"SWIFT"
|
|
130400
130400
|
];
|
|
130401
|
-
ADVISORY_SEVERITIES = [
|
|
130401
|
+
ADVISORY_SEVERITIES = [
|
|
130402
|
+
"INFO",
|
|
130403
|
+
"LOW",
|
|
130404
|
+
"MODERATE",
|
|
130405
|
+
"HIGH",
|
|
130406
|
+
"CRITICAL"
|
|
130407
|
+
];
|
|
130402
130408
|
PACKAGE_MANAGERS = [
|
|
130403
130409
|
"NPM",
|
|
130404
130410
|
"PNPM",
|
|
@@ -190326,7 +190332,7 @@ var require_version = __commonJS({
|
|
|
190326
190332
|
"use strict";
|
|
190327
190333
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
190328
190334
|
exports2.version = void 0;
|
|
190329
|
-
exports2.version = "14.0.
|
|
190335
|
+
exports2.version = "14.0.2";
|
|
190330
190336
|
}
|
|
190331
190337
|
});
|
|
190332
190338
|
|