Skip to content

Commit 72df3bf

Browse files
🌱 Bump github.com/ossf/scorecard/v4 from v4.13.0 to v4.13.1 (#1282)
Signed-off-by: Spencer Schrock <[email protected]>
1 parent 0ea411f commit 72df3bf

File tree

3 files changed

+57
-64
lines changed

3 files changed

+57
-64
lines changed

Makefile

+1-1
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.13.0 -X sigs.k8s.io/release-utils/version.gitCommit=e1d3abc7fd2bdfe8819ac19b5c82815ea20890e6 -w -extldflags \"-static\"
2+
LDFLAGS=-X sigs.k8s.io/release-utils/version.gitVersion=v4.13.1 -X sigs.k8s.io/release-utils/version.gitCommit=49c0eed3a423f00c872b5c3c9f1bbca9e8aae799 -w -extldflags \"-static\"
33

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

go.mod

+18-18
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ require (
66
github.com/caarlos0/env/v6 v6.10.1
77
github.com/google/go-cmp v0.6.0
88
github.com/google/go-github/v46 v46.0.0
9-
github.com/ossf/scorecard/v4 v4.13.0
9+
github.com/ossf/scorecard/v4 v4.13.1
1010
github.com/sigstore/cosign/v2 v2.2.0
1111
github.com/spf13/cobra v1.7.0
1212
golang.org/x/net v0.17.0
1313
)
1414

1515
require (
16-
cloud.google.com/go v0.110.8 // indirect
17-
cloud.google.com/go/compute v1.23.0 // indirect
16+
cloud.google.com/go v0.110.9 // indirect
17+
cloud.google.com/go/compute v1.23.1 // indirect
1818
cloud.google.com/go/compute/metadata v0.2.3 // indirect
19-
cloud.google.com/go/iam v1.1.2 // indirect
19+
cloud.google.com/go/iam v1.1.3 // indirect
2020
cloud.google.com/go/storage v1.33.0 // indirect
2121
dario.cat/mergo v1.0.0 // indirect
2222
filippo.io/edwards25519 v1.0.0 // indirect
@@ -74,13 +74,13 @@ require (
7474
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220228164355-396b2034c795 // indirect
7575
github.com/blang/semver v3.5.1+incompatible // indirect
7676
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
77-
github.com/bradleyfalzon/ghinstallation/v2 v2.7.0 // indirect
77+
github.com/bradleyfalzon/ghinstallation/v2 v2.8.0 // indirect
7878
github.com/buildkite/agent/v3 v3.52.1 // indirect
7979
github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251 // indirect
8080
github.com/cespare/xxhash/v2 v2.2.0 // indirect
8181
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21 // indirect
8282
github.com/clbanning/mxj/v2 v2.5.6 // indirect
83-
github.com/cloudflare/circl v1.3.3 // indirect
83+
github.com/cloudflare/circl v1.3.5 // indirect
8484
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
8585
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
8686
github.com/containerd/typeurl/v2 v2.1.1 // indirect
@@ -137,7 +137,7 @@ require (
137137
github.com/google/gnostic v0.6.9 // indirect
138138
github.com/google/go-containerregistry v0.16.1 // indirect
139139
github.com/google/go-github/v53 v53.2.0 // indirect
140-
github.com/google/go-github/v55 v55.0.0 // indirect
140+
github.com/google/go-github/v56 v56.0.0 // indirect
141141
github.com/google/go-querystring v1.1.0 // indirect
142142
github.com/google/gofuzz v1.2.0 // indirect
143143
github.com/google/osv-scanner v1.4.1 // indirect
@@ -161,7 +161,7 @@ require (
161161
github.com/josharian/intern v1.0.0 // indirect
162162
github.com/json-iterator/go v1.1.12 // indirect
163163
github.com/kevinburke/ssh_config v1.2.0 // indirect
164-
github.com/klauspost/compress v1.17.0 // indirect
164+
github.com/klauspost/compress v1.17.1 // indirect
165165
github.com/leodido/go-urn v1.2.4 // indirect
166166
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
167167
github.com/lestrrat-go/httpcc v1.0.1 // indirect
@@ -173,12 +173,12 @@ require (
173173
github.com/magiconair/properties v1.8.7 // indirect
174174
github.com/mailru/easyjson v0.7.7 // indirect
175175
github.com/mattn/go-colorable v0.1.13 // indirect
176-
github.com/mattn/go-isatty v0.0.19 // indirect
176+
github.com/mattn/go-isatty v0.0.20 // indirect
177177
github.com/mattn/go-runewidth v0.0.15 // indirect
178178
github.com/miekg/pkcs11 v1.1.1 // indirect
179179
github.com/mitchellh/go-homedir v1.1.0 // indirect
180180
github.com/mitchellh/mapstructure v1.5.0 // indirect
181-
github.com/moby/buildkit v0.12.2 // indirect
181+
github.com/moby/buildkit v0.12.3 // indirect
182182
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
183183
github.com/modern-go/reflect2 v1.0.2 // indirect
184184
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
@@ -234,7 +234,7 @@ require (
234234
github.com/tjfoc/gmsm v1.3.2 // indirect
235235
github.com/transparency-dev/merkle v0.0.2 // indirect
236236
github.com/vbatts/tar-split v0.11.5 // indirect
237-
github.com/xanzy/go-gitlab v0.93.0 // indirect
237+
github.com/xanzy/go-gitlab v0.93.1 // indirect
238238
github.com/xanzy/ssh-agent v0.3.3 // indirect
239239
github.com/zeebo/errs v1.3.0 // indirect
240240
go.mongodb.org/mongo-driver v1.11.3 // indirect
@@ -260,13 +260,13 @@ require (
260260
golang.org/x/time v0.3.0 // indirect
261261
golang.org/x/tools v0.14.0 // indirect
262262
golang.org/x/vuln v1.0.1 // indirect
263-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
264-
google.golang.org/api v0.145.0 // indirect
263+
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
264+
google.golang.org/api v0.148.0 // indirect
265265
google.golang.org/appengine v1.6.8 // indirect
266-
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
267-
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
268-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
269-
google.golang.org/grpc v1.58.2 // indirect
266+
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
267+
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
268+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
269+
google.golang.org/grpc v1.59.0 // indirect
270270
google.golang.org/protobuf v1.31.0 // indirect
271271
gopkg.in/DataDog/dd-trace-go.v1 v1.53.0 // indirect
272272
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -284,7 +284,7 @@ require (
284284
k8s.io/utils v0.0.0-20230711102312-30195339c3c7 // indirect
285285
mvdan.cc/sh/v3 v3.7.0 // indirect
286286
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
287-
sigs.k8s.io/release-utils v0.7.4 // indirect
287+
sigs.k8s.io/release-utils v0.7.5 // indirect
288288
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
289289
sigs.k8s.io/yaml v1.3.0 // indirect
290290
)

0 commit comments

Comments
 (0)