@swimlane/cosign
Advanced tools
Comparing version 1.0.2 to 1.1.0
# Changelog | ||
## [1.1.0](https://github.com/swimlane/cosign-sdk/compare/v1.0.2...v1.1.0) (2022-07-29) | ||
### Features | ||
* updated cosign ([e99ef45](https://github.com/swimlane/cosign-sdk/commit/e99ef452526bc089c0bd21f5541357206bf625f6)) | ||
## [1.0.2](https://github.com/swimlane/cosign-sdk/compare/1.0.1...v1.0.2) (2022-07-20) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@swimlane/cosign", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -30,3 +30,3 @@ const fs = require("fs-extra"); | ||
constructor(version = "v1.8.0") { | ||
constructor(version = "v1.10.0") { | ||
this.binVersion = version; | ||
@@ -51,3 +51,3 @@ } | ||
const sigFile = path.join(artifactsPath, binName, binVersion, `cosign-${platform}-${arch}${ext}.sig`); | ||
const keyFile = path.join(artifactsPath, binName, `release-cosign.txt`); | ||
const keyFile = path.join(artifactsPath, binName, `release-cosign.pub`); | ||
@@ -54,0 +54,0 @@ const binUrl = new URL( |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24496
37