snyk 1.1179.0 → 1.1180.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/917.index.js +6 -7
- package/dist/cli/917.index.js.map +1 -1
- package/dist/cli/index.js.map +1 -1
- package/help/cli-commands/code-test.md +2 -0
- package/help/cli-commands/ignore.md +2 -2
- package/help/cli-commands/sbom.md +17 -3
- package/help/cli-commands/test.md +2 -0
- package/package.json +1 -1
- package/src/generated/sha256sums.txt +10 -10
- package/src/generated/version +1 -1
- package/wrapper_dist/generated/sha256sums.txt +10 -10
- package/wrapper_dist/generated/version +1 -1
package/dist/cli/917.index.js
CHANGED
|
@@ -1366,7 +1366,7 @@ function formatScanResult(scanResult, meta, options, projectRoot) {
|
|
|
1366
1366
|
severity: policy.severity,
|
|
1367
1367
|
lineNumber,
|
|
1368
1368
|
documentation: !isGeneratedByCustomRule
|
|
1369
|
-
? `https://snyk.io/
|
|
1369
|
+
? `https://security.snyk.io/rules/cloud/${policy.publicId}`
|
|
1370
1370
|
: undefined,
|
|
1371
1371
|
isGeneratedByCustomRule,
|
|
1372
1372
|
};
|
|
@@ -4940,12 +4940,11 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
4940
4940
|
exports.getChecksum = exports.formatPolicyEngineFileName = exports.policyEngineVersion = void 0;
|
|
4941
4941
|
const os = __webpack_require__(12087);
|
|
4942
4942
|
const policyEngineChecksums = `
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
d77e0bd941f3a3fde7348637ff1d0633e5e5703806cd1295d0107b8f8c461799 snyk-iac-test_0.45.2_Windows_x86_64.exe
|
|
4943
|
+
0a39b9452c027bd0d70a0893f5dc48c4edf986835bb98d1c0b45787ec44fc253 snyk-iac-test_0.47.0_Darwin_arm64
|
|
4944
|
+
4206ed4482261f737e34b40b6d2902053bd7459e4e85daf2b6d0f451b661da52 snyk-iac-test_0.47.0_Linux_x86_64
|
|
4945
|
+
61af6b582a93a6219a9be97cd77ede97d0a77766d1c76ce0b57c2c2e8d42ca97 snyk-iac-test_0.47.0_Windows_x86_64.exe
|
|
4946
|
+
6e293fe5819bb78a42bd83a5cf9ee8dfd4f310f3da9af19e0a8ab0d688ca3c6d snyk-iac-test_0.47.0_Linux_arm64
|
|
4947
|
+
d06631f222f5a0152068ea2003f3f139f2bb88122d5948f5f65387702cd834df snyk-iac-test_0.47.0_Darwin_x86_64
|
|
4949
4948
|
`;
|
|
4950
4949
|
exports.policyEngineVersion = getPolicyEngineVersion();
|
|
4951
4950
|
function formatPolicyEngineFileName(releaseVersion) {
|