Skip to content

Commit 7da02bf

Browse files
Bump scorecard to v4.10.2 to remove a CODEOWNERS printf statement. (#1054)
Signed-off-by: Spencer Schrock <[email protected]> Signed-off-by: Spencer Schrock <[email protected]>
1 parent 013c0f8 commit 7da02bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: Keep this in sync with go.mod for ossf/scorecard.
2-
LDFLAGS=-X sigs.k8s.io/release-utils/version.gitVersion=v4.8.0 -X sigs.k8s.io/release-utils/version.gitCommit=c40859202d739b31fd060ac5b30d17326cd74275 -w -extldflags \"-static\"
2+
LDFLAGS=-X sigs.k8s.io/release-utils/version.gitVersion=v4.10.2 -X sigs.k8s.io/release-utils/version.gitCommit=376f465c111c39c6a5ad7408e8896cd790cb5219 -w -extldflags \"-static\"
33

44
build: ## Runs go build on repo
55
# Run go build and generate scorecard executable

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/caarlos0/env/v6 v6.10.1
77
github.com/google/go-cmp v0.5.9
88
github.com/google/go-github/v46 v46.0.0
9-
github.com/ossf/scorecard/v4 v4.10.1
9+
github.com/ossf/scorecard/v4 v4.10.2
1010
github.com/sigstore/cosign v1.13.1
1111
github.com/spf13/cobra v1.6.1
1212
golang.org/x/net v0.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,8 +1611,8 @@ github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5/go.mod h1:/wsWhb9smxS
16111611
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
16121612
github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
16131613
github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
1614-
github.com/ossf/scorecard/v4 v4.10.1 h1:i+4EU/21ejSx9XVxQPliXKIRw4NKyGjLLr80WEW/MSw=
1615-
github.com/ossf/scorecard/v4 v4.10.1/go.mod h1:6HwqcVjQoDRAUY0E5U6Zd41ZYmciL+zmJTmcXj081Iw=
1614+
github.com/ossf/scorecard/v4 v4.10.2 h1:EacFulXMTLymvDxQCm/fRgdfU95i+j+Hjp6cXdKZ08I=
1615+
github.com/ossf/scorecard/v4 v4.10.2/go.mod h1:6HwqcVjQoDRAUY0E5U6Zd41ZYmciL+zmJTmcXj081Iw=
16161616
github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw=
16171617
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
16181618
github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs=

0 commit comments

Comments
 (0)