snyk 1.1206.0 → 1.1207.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
+ 1ae05be14d6175e5675070145eb128910aba5c061718cdb0dccdb19730f5e26f snyk-iac-test_0.48.3_Windows_x86_64.exe
4953
+ 39544d73ac7284e9417975a594e113cb6568db3b08284e6efbe5036b3f15b33c snyk-iac-test_0.48.3_Darwin_x86_64
4954
+ 84b5a025db9dee50b8b5ca7974e4444629ecc244475c586b6482b2f3652cf0f2 snyk-iac-test_0.48.3_Linux_arm64
4955
+ c11e99321956f0b23e4bee5a44b6a4048783a7a382e7439e442f88af244393d3 snyk-iac-test_0.48.3_Linux_x86_64
4956
+ f84205022454c25d6ce0e47489f5942d6ea3ff4ea574471e63619efeac90ec8f snyk-iac-test_0.48.3_Darwin_arm64
4957
4957
  `;
4958
4958
  exports.policyEngineVersion = getPolicyEngineVersion();
4959
4959
  function formatPolicyEngineFileName(releaseVersion) {