@coana-tech/cli 14.12.80 → 14.12.81
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 +2 -2
- package/package.json +1 -1
- package/repos/coana-tech/alucard/alucard.jar +0 -0
- package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/cli.mjs +728 -879
- package/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
- package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/src/parser.c +0 -471247
- package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/tree-sitter-ruby.wasm +0 -0
package/cli.mjs
CHANGED
|
@@ -245898,7 +245898,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
245898
245898
|
}
|
|
245899
245899
|
|
|
245900
245900
|
// dist/version.js
|
|
245901
|
-
var version2 = "14.12.
|
|
245901
|
+
var version2 = "14.12.81";
|
|
245902
245902
|
|
|
245903
245903
|
// dist/cli-core.js
|
|
245904
245904
|
var { mapValues, omit, partition, pick } = import_lodash15.default;
|
|
@@ -246272,7 +246272,7 @@ Subproject: ${subproject}`);
|
|
|
246272
246272
|
}
|
|
246273
246273
|
async initialize() {
|
|
246274
246274
|
logger.info(`Coana CLI version ${version2} scan initiated on ${this.rootWorkingDirectory}`);
|
|
246275
|
-
logger.
|
|
246275
|
+
logger.info("Complete logs (including debug info) written to: ", this.coanaLogPath);
|
|
246276
246276
|
this.verifyOptions();
|
|
246277
246277
|
if (!this.options.excludeDirs)
|
|
246278
246278
|
this.options.excludeDirs = await inferExcludeDirsFromConfigurationFiles(this.rootWorkingDirectory);
|
package/package.json
CHANGED
|
Binary file
|