@coana-tech/cli 14.8.1 → 14.8.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.mjs +13 -2
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -177707,7 +177707,18 @@ var DOCKER_ENV_WHITE_LIST = [
|
|
|
177707
177707
|
"_USER",
|
|
177708
177708
|
"PUBLIC_API_URL",
|
|
177709
177709
|
"COANA_REPORT_ID",
|
|
177710
|
-
"COANA_API_KEY"
|
|
177710
|
+
"COANA_API_KEY",
|
|
177711
|
+
"NODE_AUTH_TOKEN",
|
|
177712
|
+
"PIP_INDEX_URL",
|
|
177713
|
+
"PIP_EXTRA_INDEX_URL",
|
|
177714
|
+
"PIP_TRUSTED_HOST",
|
|
177715
|
+
"MAVEN_OPTS",
|
|
177716
|
+
"GRADLE_OPTS",
|
|
177717
|
+
"GEM_HOST_API_KEY",
|
|
177718
|
+
"COMPOSER_AUTH",
|
|
177719
|
+
"CARGO_REGISTRY_TOKEN",
|
|
177720
|
+
"NUGET_AUTH_TOKEN",
|
|
177721
|
+
"GOPRIVATE"
|
|
177711
177722
|
];
|
|
177712
177723
|
|
|
177713
177724
|
// ../other-modules-communicator/src/other-modules-communicator.ts
|
|
@@ -195025,7 +195036,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
195025
195036
|
}
|
|
195026
195037
|
|
|
195027
195038
|
// dist/version.js
|
|
195028
|
-
var version2 = "14.8.
|
|
195039
|
+
var version2 = "14.8.2";
|
|
195029
195040
|
|
|
195030
195041
|
// dist/cli-core.js
|
|
195031
195042
|
var { omit, partition, pick } = import_lodash15.default;
|