-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terrascan 1.19.9 #191069
terrascan 1.19.9 #191069
Conversation
The problem from previous PRs: ...was fixed here by applying the same
which is documented in https://protobuf.dev/reference/go/faq/#fix-namespace-conflict and implemented in https://github.com/protocolbuffers/protobuf-go/blob/03df6c145d9653d4607107dbb3168d05a9b769c8/reflect/protoregistry/registry.go#L30-L42 // conflictPolicy configures the policy for handling registration conflicts.
//
// It can be over-written at compile time with a linker-initialized variable:
//
// go build -ldflags "-X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=warn"
//
// It can be over-written at program execution with an environment variable:
//
// GOLANG_PROTOBUF_REGISTRATION_CONFLICT=warn ./main
//
// Neither of the above are covered by the compatibility promise and
// may be removed in a future release of this module.
var conflictPolicy = "panic" // "panic" | "warn" | "ignore" |
ef5459f
to
2c9d880
Compare
2c9d880
to
e144d2a
Compare
e144d2a
to
226e3a5
Compare
🤖 An automated task has requested bottles to be published to this PR. |
Created by
brew bump
Created with
brew bump-formula-pr
.release notes