Skip to content

Commit

Permalink
terrascan 1.19.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Sep 18, 2024
1 parent d2163ff commit e144d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/t/terrascan.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Terrascan < Formula
desc "Detect compliance and security violations across Infrastructure as Code"
homepage "https://runterrascan.io/"
url "https://github.com/tenable/terrascan/archive/refs/tags/v1.19.4.tar.gz"
sha256 "1acd29aa2e31fa2c504904c97363afcea763c9ae99dbd02203a3e44937779b20"
url "https://github.com/tenable/terrascan/archive/refs/tags/v1.19.9.tar.gz"
sha256 "13c120a63d7024ca8c54422e047424e318622625336ed77b2c1a36ef5fb1441c"
license "Apache-2.0"
head "https://github.com/tenable/terrascan.git", branch: "master"

Expand All @@ -20,7 +20,7 @@ class Terrascan < Formula
depends_on "go" => :build

def install
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/terrascan"
system "go", "build", *std_go_args(ldflags: "-s -w -X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=ignore"), "./cmd/terrascan"
end

test do
Expand Down

0 comments on commit e144d2a

Please sign in to comment.