Skip to content

Commit

Permalink
Update terrascan.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb authored Sep 18, 2024
1 parent 6fd41cb commit ef5459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/t/terrascan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 ef5459f

Please sign in to comment.