Skip to content

Commit b225da6

Browse files
Bump github.com/ossf/scorecard/v5 from v5.2.0 to v5.2.1 (#1550)
Signed-off-by: Spencer Schrock <sschrock@google.com>
1 parent 9399f6f commit b225da6

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=v5.2.0 -X sigs.k8s.io/release-utils/version.gitCommit=f08e8fbdb73dbde0533803fdbad3fd4186825314 -w -extldflags \"-static\"
2+
LDFLAGS=-X sigs.k8s.io/release-utils/version.gitVersion=v5.2.1 -X sigs.k8s.io/release-utils/version.gitCommit=ab2f6e92482462fe66246d9e32f642855a691dc1 -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.7.0
88
github.com/google/go-github/v46 v46.0.0
9-
github.com/ossf/scorecard/v5 v5.2.0
9+
github.com/ossf/scorecard/v5 v5.2.1
1010
github.com/sigstore/cosign/v2 v2.5.0
1111
github.com/spf13/cobra v1.9.1
1212
golang.org/x/net v0.40.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
652652
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
653653
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
654654
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
655-
github.com/ossf/scorecard/v5 v5.2.0 h1:OOrrqnw9AIRq4m/P7h4FmMfYUVM57iEPIS74mrfM6so=
656-
github.com/ossf/scorecard/v5 v5.2.0/go.mod h1:MtWFtmWDaVZkbRrXdjGb6zYQf5LcTI1aGC9Chmx6hIM=
655+
github.com/ossf/scorecard/v5 v5.2.1 h1:p88yEhbyn8ReVWbQRstOaw+8sG/Qte78CAGoPqJZD3k=
656+
github.com/ossf/scorecard/v5 v5.2.1/go.mod h1:MtWFtmWDaVZkbRrXdjGb6zYQf5LcTI1aGC9Chmx6hIM=
657657
github.com/owenrumney/go-sarif v1.1.1/go.mod h1:dNDiPlF04ESR/6fHlPyq7gHKmrM0sHUvAGjsoh8ZH0U=
658658
github.com/owenrumney/go-sarif/v2 v2.3.3 h1:ubWDJcF5i3L/EIOER+ZyQ03IfplbSU1BLOE26uKQIIU=
659659
github.com/owenrumney/go-sarif/v2 v2.3.3/go.mod h1:MSqMMx9WqlBSY7pXoOZWgEsVB4FDNfhcaXDA1j6Sr+w=

0 commit comments

Comments
 (0)