Automator: update common-files@master in istio/istio.io@master (#12468)

This commit is contained in:
Istio Automation 2023-01-15 00:14:28 -08:00 committed by GitHub
parent 9e9cbbf537
commit f102cc59e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
cbf68f393c412d4bef2d500c5b4a90e1d73f9089
380f9486e3d3bbf840ee9af2638fcbec98bea003

View File

@ -239,6 +239,8 @@ linters-settings:
packages-with-error-message:
- github.com/gogo/protobuf: "gogo/protobuf is deprecated, use golang/protobuf"
- golang.org/x/net/http2/h2c: "h2c.NewHandler is unsafe; use wrapper istio.io/istio/pkg/h2c"
- github.com/golang/protobuf/jsonpb: "don't use the jsonpb package directly; use util/protomarshal instead"
- google.golang.org/protobuf/encoding/protojson: "don't use the protojson package directly; use util/protomarshal instead"
gosec:
includes:
- G401