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.
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
|
+
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) {
|