Skip to content

Commit 5d35913

Browse files
🌱 Bump github.com/ossf/scorecard/v4 from v4.11.0 to v4.13.0 (#1270)
* upgrade scorecard to v4.13.0 Signed-off-by: Spencer Schrock <[email protected]> * upgrade makefile for scorecard v4.13.0 Signed-off-by: Spencer Schrock <[email protected]> --------- Signed-off-by: Spencer Schrock <[email protected]>
1 parent 49787a6 commit 5d35913

File tree

3 files changed

+183
-173
lines changed

3 files changed

+183
-173
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.11.0 -X sigs.k8s.io/release-utils/version.gitCommit=4edb07802fdad892fa8d10f8fd47666b6ccc27c9 -w -extldflags \"-static\"
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\"
33

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

go.mod

+55-51
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ 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.12.0
9+
github.com/ossf/scorecard/v4 v4.13.0
1010
github.com/sigstore/cosign/v2 v2.2.0
1111
github.com/spf13/cobra v1.7.0
12-
golang.org/x/net v0.15.0
12+
golang.org/x/net v0.16.0
1313
)
1414

1515
require (
16-
cloud.google.com/go v0.110.7 // indirect
16+
cloud.google.com/go v0.110.8 // indirect
1717
cloud.google.com/go/compute v1.23.0 // indirect
1818
cloud.google.com/go/compute/metadata v0.2.3 // indirect
19-
cloud.google.com/go/iam v1.1.1 // indirect
20-
cloud.google.com/go/storage v1.31.0 // indirect
19+
cloud.google.com/go/iam v1.1.2 // indirect
20+
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
2323
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
@@ -31,7 +31,7 @@ require (
3131
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3232
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3333
github.com/BurntSushi/toml v1.3.2 // indirect
34-
github.com/CycloneDX/cyclonedx-go v0.7.1 // indirect
34+
github.com/CycloneDX/cyclonedx-go v0.7.2 // indirect
3535
github.com/DataDog/appsec-internal-go v1.0.0 // indirect
3636
github.com/DataDog/datadog-agent/pkg/obfuscate v0.45.0-rc.1 // indirect
3737
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.46.0-rc.4 // indirect
@@ -41,7 +41,7 @@ require (
4141
github.com/DataDog/sketches-go v1.2.1 // indirect
4242
github.com/Masterminds/semver/v3 v3.2.1 // indirect
4343
github.com/Microsoft/go-winio v0.6.1 // indirect
44-
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
44+
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
4545
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
4646
github.com/acomagu/bufpipe v1.0.4 // indirect
4747
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect
@@ -55,7 +55,7 @@ require (
5555
github.com/alibabacloud-go/tea-utils v1.4.4 // indirect
5656
github.com/alibabacloud-go/tea-xml v1.1.2 // indirect
5757
github.com/aliyun/credentials-go v1.2.3 // indirect
58-
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
58+
github.com/anchore/go-struct-converter v0.0.0-20230627203149-c72ef8859ca9 // indirect
5959
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
6060
github.com/aws/aws-sdk-go-v2 v1.20.0 // indirect
6161
github.com/aws/aws-sdk-go-v2/config v1.18.32 // indirect
@@ -74,7 +74,7 @@ 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.6.0 // indirect
77+
github.com/bradleyfalzon/ghinstallation/v2 v2.7.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
@@ -86,15 +86,16 @@ require (
8686
github.com/containerd/typeurl/v2 v2.1.1 // indirect
8787
github.com/coreos/go-oidc/v3 v3.6.0 // indirect
8888
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
89+
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
8990
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9091
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
9192
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
9293
github.com/digitorus/timestamp v0.0.0-20230821155606-d1ad5ca9624c // indirect
9394
github.com/dimchansky/utfbom v1.1.1 // indirect
94-
github.com/docker/cli v24.0.4+incompatible // indirect
95-
github.com/docker/distribution v2.8.2+incompatible // indirect
96-
github.com/docker/docker v24.0.4+incompatible // indirect
97-
github.com/docker/docker-credential-helpers v0.7.0 // indirect
95+
github.com/docker/cli v24.0.6+incompatible // indirect
96+
github.com/docker/distribution v2.8.3+incompatible // indirect
97+
github.com/docker/docker v24.0.6+incompatible // indirect
98+
github.com/docker/docker-credential-helpers v0.8.0 // indirect
9899
github.com/dustin/go-humanize v1.0.1 // indirect
99100
github.com/ebitengine/purego v0.4.0-alpha.4.0.20230519103000-ee8dcecc618f // indirect
100101
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
@@ -104,8 +105,8 @@ require (
104105
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
105106
github.com/go-chi/chi v4.1.2+incompatible // indirect
106107
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
107-
github.com/go-git/go-billy/v5 v5.4.1 // indirect
108-
github.com/go-git/go-git/v5 v5.8.1 // indirect
108+
github.com/go-git/go-billy/v5 v5.5.0 // indirect
109+
github.com/go-git/go-git/v5 v5.9.0 // indirect
109110
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
110111
github.com/go-logr/logr v1.2.4 // indirect
111112
github.com/go-logr/stdr v1.2.2 // indirect
@@ -123,7 +124,7 @@ require (
123124
github.com/go-playground/locales v0.14.1 // indirect
124125
github.com/go-playground/universal-translator v0.18.1 // indirect
125126
github.com/go-playground/validator/v10 v10.15.1 // indirect
126-
github.com/goark/errs v1.1.0 // indirect
127+
github.com/goark/errs v1.3.2 // indirect
127128
github.com/goark/go-cvss v1.6.6 // indirect
128129
github.com/goccy/go-json v0.10.2 // indirect
129130
github.com/gogo/protobuf v1.3.2 // indirect
@@ -136,29 +137,31 @@ require (
136137
github.com/google/gnostic v0.6.9 // indirect
137138
github.com/google/go-containerregistry v0.16.1 // indirect
138139
github.com/google/go-github/v53 v53.2.0 // indirect
140+
github.com/google/go-github/v55 v55.0.0 // indirect
139141
github.com/google/go-querystring v1.1.0 // indirect
140142
github.com/google/gofuzz v1.2.0 // indirect
141-
github.com/google/osv-scanner v1.3.6 // indirect
142-
github.com/google/s2a-go v0.1.5 // indirect
143-
github.com/google/uuid v1.3.0 // indirect
143+
github.com/google/osv-scanner v1.4.1 // indirect
144+
github.com/google/s2a-go v0.1.7 // indirect
145+
github.com/google/uuid v1.3.1 // indirect
144146
github.com/google/wire v0.5.0 // indirect
145-
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
147+
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
146148
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
147149
github.com/h2non/filetype v1.1.3 // indirect
148150
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
149151
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
150152
github.com/hashicorp/hcl v1.0.0 // indirect
153+
github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab // indirect
151154
github.com/imdario/mergo v0.3.16 // indirect
152155
github.com/in-toto/in-toto-golang v0.9.0 // indirect
153156
github.com/inconshreveable/mousetrap v1.1.0 // indirect
154157
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
155-
github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect
158+
github.com/jedib0t/go-pretty/v6 v6.4.8 // indirect
156159
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b // indirect
157160
github.com/jmespath/go-jmespath v0.4.0 // indirect
158161
github.com/josharian/intern v1.0.0 // indirect
159162
github.com/json-iterator/go v1.1.12 // indirect
160163
github.com/kevinburke/ssh_config v1.2.0 // indirect
161-
github.com/klauspost/compress v1.16.7 // indirect
164+
github.com/klauspost/compress v1.17.0 // indirect
162165
github.com/leodido/go-urn v1.2.4 // indirect
163166
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
164167
github.com/lestrrat-go/httpcc v1.0.1 // indirect
@@ -171,11 +174,11 @@ require (
171174
github.com/mailru/easyjson v0.7.7 // indirect
172175
github.com/mattn/go-colorable v0.1.13 // indirect
173176
github.com/mattn/go-isatty v0.0.19 // indirect
174-
github.com/mattn/go-runewidth v0.0.14 // indirect
177+
github.com/mattn/go-runewidth v0.0.15 // indirect
175178
github.com/miekg/pkcs11 v1.1.1 // indirect
176179
github.com/mitchellh/go-homedir v1.1.0 // indirect
177180
github.com/mitchellh/mapstructure v1.5.0 // indirect
178-
github.com/moby/buildkit v0.12.1 // indirect
181+
github.com/moby/buildkit v0.12.2 // indirect
179182
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
180183
github.com/modern-go/reflect2 v1.0.2 // indirect
181184
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
@@ -185,36 +188,37 @@ require (
185188
github.com/oleiade/reflections v1.0.1 // indirect
186189
github.com/olekukonko/tablewriter v0.0.5 // indirect
187190
github.com/opencontainers/go-digest v1.0.0 // indirect
188-
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
191+
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
189192
github.com/opentracing/opentracing-go v1.2.0 // indirect
190193
github.com/outcaste-io/ristretto v0.2.1 // indirect
191-
github.com/package-url/packageurl-go v0.1.1 // indirect
194+
github.com/owenrumney/go-sarif/v2 v2.3.0 // indirect
195+
github.com/package-url/packageurl-go v0.1.2 // indirect
192196
github.com/pborman/uuid v1.2.1 // indirect
193197
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
194198
github.com/philhofer/fwd v1.1.2 // indirect
195199
github.com/pjbgf/sha1cd v0.3.0 // indirect
196200
github.com/pkg/errors v0.9.1 // indirect
197201
github.com/puzpuzpuz/xsync/v2 v2.4.1 // indirect
198-
github.com/rhysd/actionlint v1.6.22 // indirect
199-
github.com/rivo/uniseg v0.4.3 // indirect
200-
github.com/robfig/cron v1.2.0 // indirect
202+
github.com/rhysd/actionlint v1.6.26 // indirect
203+
github.com/rivo/uniseg v0.4.4 // indirect
204+
github.com/robfig/cron/v3 v3.0.1 // indirect
201205
github.com/sassoftware/relic v7.2.1+incompatible // indirect
202206
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
203207
github.com/segmentio/asm v1.2.0 // indirect
204208
github.com/segmentio/ksuid v1.0.4 // indirect
205209
github.com/sergi/go-diff v1.3.1 // indirect
206210
github.com/shibumi/go-pathspec v1.3.0 // indirect
207-
github.com/shurcooL/githubv4 v0.0.0-20221203213311-70889c5dac07 // indirect
208-
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
211+
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278 // indirect
212+
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
209213
github.com/sigstore/fulcio v1.4.0 // indirect
210214
github.com/sigstore/rekor v1.2.2 // indirect
211215
github.com/sigstore/sigstore v1.7.2 // indirect
212216
github.com/sigstore/timestamp-authority v1.1.2 // indirect
213217
github.com/sirupsen/logrus v1.9.3 // indirect
214-
github.com/skeema/knownhosts v1.2.0 // indirect
218+
github.com/skeema/knownhosts v1.2.1 // indirect
215219
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
216220
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 // indirect
217-
github.com/spdx/tools-golang v0.5.2 // indirect
221+
github.com/spdx/tools-golang v0.5.3 // indirect
218222
github.com/spf13/afero v1.9.5 // indirect
219223
github.com/spf13/cast v1.5.1 // indirect
220224
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -229,8 +233,8 @@ require (
229233
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
230234
github.com/tjfoc/gmsm v1.3.2 // indirect
231235
github.com/transparency-dev/merkle v0.0.2 // indirect
232-
github.com/vbatts/tar-split v0.11.3 // indirect
233-
github.com/xanzy/go-gitlab v0.90.0 // indirect
236+
github.com/vbatts/tar-split v0.11.5 // indirect
237+
github.com/xanzy/go-gitlab v0.93.0 // indirect
234238
github.com/xanzy/ssh-agent v0.3.3 // indirect
235239
github.com/zeebo/errs v1.3.0 // indirect
236240
go.mongodb.org/mongo-driver v1.11.3 // indirect
@@ -244,25 +248,25 @@ require (
244248
go.uber.org/zap v1.25.0 // indirect
245249
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
246250
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
247-
gocloud.dev v0.33.0 // indirect
248-
golang.org/x/crypto v0.13.0 // indirect
249-
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
250-
golang.org/x/mod v0.12.0 // indirect
251-
golang.org/x/oauth2 v0.11.0 // indirect
252-
golang.org/x/sync v0.3.0 // indirect
253-
golang.org/x/sys v0.12.0 // indirect
254-
golang.org/x/term v0.12.0 // indirect
251+
gocloud.dev v0.34.0 // indirect
252+
golang.org/x/crypto v0.14.0 // indirect
253+
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
254+
golang.org/x/mod v0.13.0 // indirect
255+
golang.org/x/oauth2 v0.13.0 // indirect
256+
golang.org/x/sync v0.4.0 // indirect
257+
golang.org/x/sys v0.13.0 // indirect
258+
golang.org/x/term v0.13.0 // indirect
255259
golang.org/x/text v0.13.0 // indirect
256260
golang.org/x/time v0.3.0 // indirect
257-
golang.org/x/tools v0.11.0 // indirect
258-
golang.org/x/vuln v1.0.0 // indirect
261+
golang.org/x/tools v0.14.0 // indirect
262+
golang.org/x/vuln v1.0.1 // indirect
259263
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
260-
google.golang.org/api v0.138.0 // indirect
261-
google.golang.org/appengine v1.6.7 // indirect
262-
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
263-
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
264-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
265-
google.golang.org/grpc v1.57.0 // indirect
264+
google.golang.org/api v0.145.0 // indirect
265+
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
266270
google.golang.org/protobuf v1.31.0 // indirect
267271
gopkg.in/DataDog/dd-trace-go.v1 v1.53.0 // indirect
268272
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)