snyk 1.1206.0 → 1.1208.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 -6
- package/dist/cli/917.index.js.map +1 -1
- package/help/cli-commands/code-test.md +2 -2
- package/help/cli-commands/config.md +4 -0
- package/help/cli-commands/container-monitor.md +1 -1
- package/help/cli-commands/container-test.md +0 -2
- package/package.json +1 -1
- package/src/generated/sha256sums.txt +7 -7
- package/src/generated/version +1 -1
- package/wrapper_dist/generated/sha256sums.txt +7 -7
- package/wrapper_dist/generated/version +1 -1
package/dist/cli/917.index.js
CHANGED
|
@@ -4643,7 +4643,7 @@ const snykIacTestErrorsUserMessages = {
|
|
|
4643
4643
|
FailedToProcessResults: 'An error occurred while processing results. Please run the command again with the `-d` flag for more information.',
|
|
4644
4644
|
SubmoduleLoadingError: `Error loading submodule. Run 'terraform validate' to get more information`,
|
|
4645
4645
|
MissingRemoteSubmodulesError: `Could not load some remote modules. Run 'terraform init' if you would like to include them in the evaluation`,
|
|
4646
|
-
EvaluationError: '
|
|
4646
|
+
EvaluationError: 'Skipping evaluation',
|
|
4647
4647
|
MissingTermError: 'Missing term - term has been assigned as the name itself',
|
|
4648
4648
|
};
|
|
4649
4649
|
function getErrorUserMessage(code, error) {
|
|
@@ -4949,11 +4949,11 @@ exports.getChecksum = exports.formatPolicyEngineFileName = exports.policyEngineV
|
|
|
4949
4949
|
const os = __webpack_require__(22037);
|
|
4950
4950
|
// TODO: update!
|
|
4951
4951
|
const policyEngineChecksums = `
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4952
|
+
04ada5a961579d4de9798704d615dbbda25d18a2722ae5de1b2d610f02d56cf6 snyk-iac-test_0.48.4_Darwin_arm64
|
|
4953
|
+
5bde682ac614816853012d2653a4c5cca62b3bed0a4dabf55933b793080b2304 snyk-iac-test_0.48.4_Linux_arm64
|
|
4954
|
+
d7d8c4bc270e414f1e562b47554d9dee631fb7d4b7334142b68645a32d237573 snyk-iac-test_0.48.4_Linux_x86_64
|
|
4955
|
+
dc77d7e9a796fb31b03f15f15e5ecdfc7f68cc836b74195c1634840cec141388 snyk-iac-test_0.48.4_Darwin_x86_64
|
|
4956
|
+
fa3a75501b4ce3e21705ba4faad494999e0c2d5686cc86e8b3e549220e8fbff3 snyk-iac-test_0.48.4_Windows_x86_64.exe
|
|
4957
4957
|
`;
|
|
4958
4958
|
exports.policyEngineVersion = getPolicyEngineVersion();
|
|
4959
4959
|
function formatPolicyEngineFileName(releaseVersion) {
|