File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:security
2+ build: upgrade go-discover version to 1.1.0
3+ ```
Original file line number Diff line number Diff line change 1515container {
1616 dependencies = true
1717 alpine_secdb = true
18+ osv = true
1819
1920 secrets {
2021 all = true
2122 }
2223}
2324
2425binary {
25- go_modules = true
26- osv = true
26+ go_modules = true
27+ osv = true
2728
2829 secrets {
2930 all = true
3031 }
31- }
32+ }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
4747# either).
4848ARG GOLANG_VERSION
4949FROM golang:${GOLANG_VERSION}-alpine as go-discover
50- RUN CGO_ENABLED=0 go install github.com/hashicorp/go-discover/cmd/discover@275a71457aa412bf20df9f9b77c380667164a5e6
50+ RUN CGO_ENABLED=0 go install github.com/hashicorp/go-discover/cmd/discover@v1.1.0
5151
5252# Pull in dumb-init from alpine, as our distroless release image doesn't have a
5353# package manager and there's no RPM package for UBI.
You can’t perform that action at this time.
0 commit comments