Skip to content

Commit 72b8738

Browse files
authored
Merge pull request #34 from Venafi/audit-fixes
sigscan audit fix
2 parents d7e82a0 + 276c612 commit 72b8738

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Formula/sigscan.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ class Sigscan < Formula
22
desc "Inspect container images and other artifacts for signatures"
33
homepage "https://github.com/venafi/sigscan"
44
url "https://github.com/venafi/sigscan/archive/refs/tags/v0.3.0.tar.gz"
5-
version "0.3.0"
5+
sha256 "29c47a8274b9452b510ea21a827ab033e2eeb01abf2abf3bcaea0319e572e8d2"
66
license "Apache-2.0"
7-
head "https://github.com/venafi/sigscan.git", tag: "v0.3.0"
87

98
on_macos do
109
if Hardware::CPU.intel?

Formula/vsign.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ class Vsign < Formula
22
desc "Venafi CodeSign Protect Golang CLI and SDK"
33
homepage "https://github.com/venafi/vsign"
44
url "https://github.com/Venafi/vsign/archive/refs/tags/v1.0.2.tar.gz"
5-
version "1.0.2"
5+
sha256 "1be800412a20dc7258544f282c765c2dc5d17beac6dd3fb5b82bcc4fb3ef3c5f"
66
license "Apache-2.0"
7-
head "https://github.com/venafi/vsign.git", tag: "v1.0.2"
87

98
on_macos do
109
if Hardware::CPU.intel?

0 commit comments

Comments
 (0)