snyk 1.898.0 → 1.901.0
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/cli/{40cf6a2a122f428f36162214ee991bf2.node → 061aca7bf31c734e2cfba040f84d8b4d.node} +0 -0
- package/dist/cli/315.index.js +2 -2
- package/dist/cli/315.index.js.map +1 -1
- package/dist/cli/459.index.js +11 -11
- package/dist/cli/459.index.js.map +1 -1
- package/dist/cli/784.index.js +82 -0
- package/dist/cli/784.index.js.map +1 -1
- package/dist/cli/thirdPartyNotice.json +2 -2
- package/dist/lib/formatters/iac-output/index.d.ts +1 -0
- package/dist/lib/formatters/iac-output/v2/color-utils.d.ts +7 -0
- package/dist/lib/formatters/iac-output/v2/index.d.ts +1 -0
- package/dist/lib/formatters/iac-output/v2/test-summary.d.ts +3 -0
- package/dist/lib/formatters/iac-output/v2/types.d.ts +5 -0
- package/dist/lib/iac/drift.d.ts +1 -1
- package/help/cli-commands/iac.md +0 -1
- package/help/cli-commands/monitor.md +1 -1
- package/help/cli-commands/test.md +1 -1
- package/package.json +1 -1
package/dist/cli/{40cf6a2a122f428f36162214ee991bf2.node → 061aca7bf31c734e2cfba040f84d8b4d.node}
RENAMED
|
Binary file
|
package/dist/cli/315.index.js
CHANGED
|
@@ -146785,7 +146785,7 @@ try {
|
|
|
146785
146785
|
/* module decorator */ module = __webpack_require__.nmd(module);
|
|
146786
146786
|
|
|
146787
146787
|
try {
|
|
146788
|
-
process.dlopen(module, __dirname + __webpack_require__(85622).sep + __webpack_require__.p + "
|
|
146788
|
+
process.dlopen(module, __dirname + __webpack_require__(85622).sep + __webpack_require__.p + "061aca7bf31c734e2cfba040f84d8b4d.node");
|
|
146789
146789
|
} catch (error) {
|
|
146790
146790
|
throw new Error('node-loader:\n' + error);
|
|
146791
146791
|
}
|
|
@@ -154670,7 +154670,7 @@ async function scan(options) {
|
|
|
154670
154670
|
const target = await git_1.getTarget();
|
|
154671
154671
|
debug_1.debug('target %o \n', target);
|
|
154672
154672
|
const gitInfo = hosted_git_info_1.fromUrl(target.remoteUrl);
|
|
154673
|
-
const name = options
|
|
154673
|
+
const name = options['project-name'] || (gitInfo === null || gitInfo === void 0 ? void 0 : gitInfo.project) || path.basename(projectRoot);
|
|
154674
154674
|
debug_1.debug('name %o \n', name);
|
|
154675
154675
|
const scanResults = [
|
|
154676
154676
|
{
|