Skip to content

Commit

Permalink
Merge pull request #34 from Venafi/audit-fixes
Browse files Browse the repository at this point in the history
sigscan audit fix
  • Loading branch information
zosocanuck authored May 10, 2024
2 parents d7e82a0 + 276c612 commit 72b8738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Formula/sigscan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ class Sigscan < Formula
desc "Inspect container images and other artifacts for signatures"
homepage "https://github.com/venafi/sigscan"
url "https://github.com/venafi/sigscan/archive/refs/tags/v0.3.0.tar.gz"
version "0.3.0"
sha256 "29c47a8274b9452b510ea21a827ab033e2eeb01abf2abf3bcaea0319e572e8d2"
license "Apache-2.0"
head "https://github.com/venafi/sigscan.git", tag: "v0.3.0"

on_macos do
if Hardware::CPU.intel?
Expand Down
3 changes: 1 addition & 2 deletions Formula/vsign.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ class Vsign < Formula
desc "Venafi CodeSign Protect Golang CLI and SDK"
homepage "https://github.com/venafi/vsign"
url "https://github.com/Venafi/vsign/archive/refs/tags/v1.0.2.tar.gz"
version "1.0.2"
sha256 "1be800412a20dc7258544f282c765c2dc5d17beac6dd3fb5b82bcc4fb3ef3c5f"
license "Apache-2.0"
head "https://github.com/venafi/vsign.git", tag: "v1.0.2"

on_macos do
if Hardware::CPU.intel?
Expand Down

0 comments on commit 72b8738

Please sign in to comment.