File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 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\"
3
3
4
4
build : # # Runs go build on repo
5
5
# Run go build and generate scorecard executable
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/caarlos0/env/v6 v6.10.1
7
7
github.com/google/go-cmp v0.7.0
8
8
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
10
10
github.com/sigstore/cosign/v2 v2.5.0
11
11
github.com/spf13/cobra v1.9.1
12
12
golang.org/x/net v0.40.0
Original file line number Diff line number Diff line change @@ -652,8 +652,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
652
652
github.com/opencontainers/image-spec v1.1.1 /go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M =
653
653
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs =
654
654
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 =
657
657
github.com/owenrumney/go-sarif v1.1.1 /go.mod h1:dNDiPlF04ESR/6fHlPyq7gHKmrM0sHUvAGjsoh8ZH0U =
658
658
github.com/owenrumney/go-sarif/v2 v2.3.3 h1:ubWDJcF5i3L/EIOER+ZyQ03IfplbSU1BLOE26uKQIIU =
659
659
github.com/owenrumney/go-sarif/v2 v2.3.3 /go.mod h1:MSqMMx9WqlBSY7pXoOZWgEsVB4FDNfhcaXDA1j6Sr+w =
You can’t perform that action at this time.
0 commit comments