snyk 1.1083.0 → 1.1084.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/README.md CHANGED
@@ -103,9 +103,9 @@ grep snyk-macos sha256sums.txt.asc | sha256sum -c -
103
103
  If you want to verify Snyk CLI standalone binaries against [Snyk CLI GPG key](help/_about-this-project/snyk-code-signing-public.pgp), you will need to import it first:
104
104
 
105
105
  ```bash
106
- # 68BFBCCEB7794E6FC06A2044A29C32E91F4B9569 is the key belonging to code-signing@snyk.io
106
+ # A22665FB96CAB0E0973604C83676C4B8289C296E is the key belonging to code-signing@snyk.io
107
107
  # Copy of this public key is also in this repository /help/_about-this-project/snyk-code-signing-public.pgp
108
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 68BFBCCEB7794E6FC06A2044A29C32E91F4B9569
108
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A22665FB96CAB0E0973604C83676C4B8289C296E
109
109
  ```
110
110
 
111
111
  Then verify the file is signed with:
@@ -117,12 +117,12 @@ gpg --verify sha256sums.txt.asc
117
117
  Command output should look like:
118
118
 
119
119
  ```plain
120
- gpg: Signature made Mon Apr 25 16:55:01 2022 CEST
121
- gpg: using RSA key 68BFBCCEB7794E6FC06A2044A29C32E91F4B9569
120
+ gpg: Signature made So 8 Jan 14:11:44 2023 CET
121
+ gpg: using EDDSA key A22665FB96CAB0E0973604C83676C4B8289C296E
122
122
  gpg: Good signature from "Snyk Limited <code-signing@snyk.io>" [unknown]
123
123
  gpg: WARNING: This key is not certified with a trusted signature!
124
124
  gpg: There is no indication that the signature belongs to the owner.
125
- Primary key fingerprint: 68BF BCCE B779 4E6F C06A 2044 A29C 32E9 1F4B 9569
125
+ Primary key fingerprint: A226 65FB 96CA B0E0 9736 04C8 3676 C4B8 289C 296E
126
126
  ```
127
127
 
128
128
  </details>
@@ -4841,12 +4841,12 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
4841
4841
  exports.getChecksum = exports.formatPolicyEngineFileName = exports.policyEngineVersion = void 0;
4842
4842
  const os = __webpack_require__(12087);
4843
4843
  const policyEngineChecksums = `
4844
- 06d2be54377f114e4feff12c5d5ea7daff68e49fc409e6b7ab4d2803e4e24dd9 snyk-iac-test_0.37.2_Darwin_arm64
4845
- 0f8f4c2eca812362e2fcb4a004ac8c06abfa3460b05d24544b8f240a5c464e10 snyk-iac-test_0.37.2_Linux_arm64
4846
- 8f7f1e3e71bcd55516c812b87fd691352dd857e7150aa1613e952ca4bedfa771 snyk-iac-test_0.37.2_Darwin_x86_64
4847
- c359f8b5a28303c3040806f59cc3dbeaaa46cb70e4d927887f3c8751eea1163d snyk-iac-test_0.37.2_Linux_x86_64
4848
- cbaecf17c5a6d8ae3b1e5bfc733ca77fa6952d3ca685a7fa98c29389355df06d snyk-iac-test_0.37.2_Windows_arm64.exe
4849
- cc1fa53f3cc0759f5a7829068a67cca313e3157a933f9e9d501856724b9e6384 snyk-iac-test_0.37.2_Windows_x86_64.exe
4844
+ 01ef4ec71e610484be5ad84817bbfe6e529f9b8991c4fe7f7cb7bc462f7edd63 snyk-iac-test_0.37.3_Darwin_x86_64
4845
+ 498804bbc2a5006b294eb527aa49ba54ddddbe05e745dc6da6d53f596c0219ce snyk-iac-test_0.37.3_Linux_arm64
4846
+ 6fe82db29b7e1dda53ac643f28966afd30cba1680b2de17799a480b8cf5c3884 snyk-iac-test_0.37.3_Windows_arm64.exe
4847
+ 789f5a235fa92b3043821a092219045b417027b06156123497a159c9ab1bda01 snyk-iac-test_0.37.3_Linux_x86_64
4848
+ 8e92610f459384a2d4268655cef5f11afe3baf7bf62c6733d2262deab7a2a10f snyk-iac-test_0.37.3_Darwin_arm64
4849
+ b5b174a14b8c8be1febdcf46a8f423db965530cf090c66ed51beecdc87ef507b snyk-iac-test_0.37.3_Windows_x86_64.exe
4850
4850
  `;
4851
4851
  exports.policyEngineVersion = getPolicyEngineVersion();
4852
4852
  function formatPolicyEngineFileName(releaseVersion) {