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.
@@ -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: 'Evaluation error',
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
- 1b248c51c82e9a2270ff4b3c7e066a1a964b0538a3877d8113d466f12199188c snyk-iac-test_0.48.2_Linux_arm64
4953
- 25c8ccb5416272dd5d0eea91a58b63f6fdd042c0b6f27350018127777716969d snyk-iac-test_0.48.2_Darwin_arm64
4954
- 36b3226a0656a5e17d8992e40e70f34d547df191569da6ec04ef716d7b19372a snyk-iac-test_0.48.2_Linux_x86_64
4955
- 79c2bd86506398ecc4f17c68dda67ea9fe8254a25b7854f9e4f526764b384b81 snyk-iac-test_0.48.2_Darwin_x86_64
4956
- a78c4daf800d3b81fe8e2d4b2e867123b62d34d59395dd8c382edaa7af3c8158 snyk-iac-test_0.48.2_Windows_x86_64.exe
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) {