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 +5 -5
- package/dist/cli/917.index.js +6 -6
- package/dist/cli/917.index.js.map +1 -1
- package/package.json +1 -1
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
|
-
#
|
|
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
|
|
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
|
|
121
|
-
gpg: using
|
|
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:
|
|
125
|
+
Primary key fingerprint: A226 65FB 96CA B0E0 9736 04C8 3676 C4B8 289C 296E
|
|
126
126
|
```
|
|
127
127
|
|
|
128
128
|
</details>
|
package/dist/cli/917.index.js
CHANGED
|
@@ -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
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
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) {
|