1
0
Fork 0
mirror of synced 2026-06-05 17:38:19 +00:00

remove sha256 prefix from Windows agent checksum

This commit is contained in:
sailikhith-stepsecurity 2026-01-23 13:04:27 +05:30
commit d9e4f5adfc
No known key found for this signature in database
GPG key ID: D6A10CFA24ED74A7
3 changed files with 3 additions and 3 deletions

2
dist/pre/index.js vendored
View file

@ -85503,7 +85503,7 @@ const CHECKSUMS = {
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
},
windows: {
amd64: "sha256:46b6abbdab4766bc9c71187f13df1c25ce1fbb4ff87e12d925654586ab6cff74", // v1.0.0-int
amd64: "46b6abbdab4766bc9c71187f13df1c25ce1fbb4ff87e12d925654586ab6cff74", // v1.0.0-int
},
};
function verifyChecksum(downloadPath, isTLS, variant, platform) {

File diff suppressed because one or more lines are too long

View file

@ -11,7 +11,7 @@ const CHECKSUMS = {
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
},
windows: {
amd64: "sha256:46b6abbdab4766bc9c71187f13df1c25ce1fbb4ff87e12d925654586ab6cff74", // v1.0.0-int
amd64: "46b6abbdab4766bc9c71187f13df1c25ce1fbb4ff87e12d925654586ab6cff74", // v1.0.0-int
},
};