Skip to content

Commit f9ed451

Browse files
bump: go discover version (#803)
* bump: go discover version * add changelog
1 parent a929a9d commit f9ed451

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.changelog/803.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:security
2+
build: upgrade go-discover version to 1.1.0
3+
```

.release/security-scan.hcl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@
1515
container {
1616
dependencies = true
1717
alpine_secdb = true
18+
osv = true
1819

1920
secrets {
2021
all = true
2122
}
2223
}
2324

2425
binary {
25-
go_modules = true
26-
osv = true
26+
go_modules = true
27+
osv = true
2728

2829
secrets {
2930
all = true
3031
}
31-
}
32+
}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
4747
# either).
4848
ARG GOLANG_VERSION
4949
FROM 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.

0 commit comments

Comments
 (0)