Skip to content

Commit a46b90b

Browse files
bump scorecard to v5.0.0 release (#1410)
Signed-off-by: Spencer Schrock <[email protected]>
1 parent 9fc518d commit a46b90b

File tree

3 files changed

+179
-165
lines changed

3 files changed

+179
-165
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=v5.0.0-rc2 -X sigs.k8s.io/release-utils/version.gitCommit=7ce8609469289d5f3b1bf5ee3122f42b4e3054fb -w -extldflags \"-static\"
2+
LDFLAGS=-X sigs.k8s.io/release-utils/version.gitVersion=v5.0.0 -X sigs.k8s.io/release-utils/version.gitCommit=ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4 -w -extldflags \"-static\"
33

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

go.mod

+57-51
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
module github.com/ossf/scorecard-action
22

3-
go 1.21.8
3+
go 1.21.12
44

55
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/v5 v5.0.0-rc2.0.20240509182734-7ce860946928
9+
github.com/ossf/scorecard/v5 v5.0.0
1010
github.com/sigstore/cosign/v2 v2.2.4
1111
github.com/spf13/cobra v1.8.1
1212
golang.org/x/net v0.27.0
1313
)
1414

1515
require (
16-
cloud.google.com/go v0.112.2 // indirect
17-
cloud.google.com/go/auth v0.4.0 // indirect
18-
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
19-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
20-
cloud.google.com/go/iam v1.1.8 // indirect
21-
cloud.google.com/go/storage v1.40.0 // indirect
16+
cloud.google.com/go v0.115.0 // indirect
17+
cloud.google.com/go/auth v0.7.1 // indirect
18+
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
19+
cloud.google.com/go/compute/metadata v0.5.0 // indirect
20+
cloud.google.com/go/iam v1.1.11 // indirect
21+
cloud.google.com/go/storage v1.43.0 // indirect
2222
dario.cat/mergo v1.0.0 // indirect
23-
deps.dev/api/v3 v3.0.0-20240503042720-6166138ce783 // indirect
23+
deps.dev/api/v3 v3.0.0-20240711010811-c5a1406b0470 // indirect
24+
deps.dev/util/maven v0.0.0-20240711010811-c5a1406b0470 // indirect
25+
deps.dev/util/resolve v0.0.0-20240711010811-c5a1406b0470 // indirect
26+
deps.dev/util/semver v0.0.0-20240711010811-c5a1406b0470 // indirect
2427
filippo.io/edwards25519 v1.1.0 // indirect
2528
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
2629
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
@@ -32,8 +35,8 @@ require (
3235
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3336
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3437
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
35-
github.com/BurntSushi/toml v1.3.2 // indirect
36-
github.com/CycloneDX/cyclonedx-go v0.8.0 // indirect
38+
github.com/BurntSushi/toml v1.4.0 // indirect
39+
github.com/CycloneDX/cyclonedx-go v0.9.0 // indirect
3740
github.com/Microsoft/go-winio v0.6.2 // indirect
3841
github.com/ProtonMail/go-crypto v1.0.0 // indirect
3942
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
@@ -68,32 +71,31 @@ require (
6871
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20231024185945-8841054dbdb8 // indirect
6972
github.com/blang/semver v3.5.1+incompatible // indirect
7073
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
71-
github.com/bradleyfalzon/ghinstallation/v2 v2.10.0 // indirect
74+
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 // indirect
7275
github.com/buildkite/agent/v3 v3.62.0 // indirect
7376
github.com/buildkite/go-pipeline v0.3.2 // indirect
7477
github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251 // indirect
7578
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
7679
github.com/clbanning/mxj/v2 v2.7.0 // indirect
77-
github.com/cloudflare/circl v1.3.8 // indirect
80+
github.com/cloudflare/circl v1.3.9 // indirect
7881
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
7982
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
80-
github.com/containerd/typeurl/v2 v2.1.1 // indirect
83+
github.com/containerd/typeurl/v2 v2.2.0 // indirect
8184
github.com/coreos/go-oidc/v3 v3.10.0 // indirect
8285
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
83-
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
86+
github.com/cyphar/filepath-securejoin v0.3.0 // indirect
8487
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8588
github.com/dghubble/trie v0.1.0 // indirect
8689
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
8790
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
8891
github.com/dimchansky/utfbom v1.1.1 // indirect
89-
github.com/docker/cli v26.1.1+incompatible // indirect
92+
github.com/docker/cli v27.0.3+incompatible // indirect
9093
github.com/docker/distribution v2.8.3+incompatible // indirect
91-
github.com/docker/docker v26.1.1+incompatible // indirect
92-
github.com/docker/docker-credential-helpers v0.8.1 // indirect
94+
github.com/docker/docker-credential-helpers v0.8.2 // indirect
9395
github.com/dustin/go-humanize v1.0.1 // indirect
9496
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
9597
github.com/emirpasic/gods v1.18.1 // indirect
96-
github.com/fatih/color v1.16.0 // indirect
98+
github.com/fatih/color v1.17.0 // indirect
9799
github.com/felixge/httpsnoop v1.0.4 // indirect
98100
github.com/fsnotify/fsnotify v1.7.0 // indirect
99101
github.com/go-chi/chi v4.1.2+incompatible // indirect
@@ -102,7 +104,7 @@ require (
102104
github.com/go-git/go-git/v5 v5.12.0 // indirect
103105
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
104106
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
105-
github.com/go-logr/logr v1.4.1 // indirect
107+
github.com/go-logr/logr v1.4.2 // indirect
106108
github.com/go-logr/stdr v1.2.2 // indirect
107109
github.com/go-openapi/analysis v0.23.0 // indirect
108110
github.com/go-openapi/errors v0.22.0 // indirect
@@ -123,18 +125,18 @@ require (
123125
github.com/golang/snappy v0.0.4 // indirect
124126
github.com/google/certificate-transparency-go v1.1.8 // indirect
125127
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
126-
github.com/google/go-containerregistry v0.19.1 // indirect
128+
github.com/google/go-containerregistry v0.20.1 // indirect
127129
github.com/google/go-github/v53 v53.2.0 // indirect
128130
github.com/google/go-github/v55 v55.0.0 // indirect
129-
github.com/google/go-github/v60 v60.0.0 // indirect
131+
github.com/google/go-github/v62 v62.0.0 // indirect
130132
github.com/google/go-querystring v1.1.0 // indirect
131133
github.com/google/gofuzz v1.2.0 // indirect
132-
github.com/google/osv-scanner v1.7.2 // indirect
134+
github.com/google/osv-scanner v1.8.2 // indirect
133135
github.com/google/s2a-go v0.1.7 // indirect
134136
github.com/google/uuid v1.6.0 // indirect
135137
github.com/google/wire v0.6.0 // indirect
136138
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
137-
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
139+
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
138140
github.com/h2non/filetype v1.1.3 // indirect
139141
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
140142
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
@@ -150,7 +152,7 @@ require (
150152
github.com/josharian/intern v1.0.0 // indirect
151153
github.com/json-iterator/go v1.1.12 // indirect
152154
github.com/kevinburke/ssh_config v1.2.0 // indirect
153-
github.com/klauspost/compress v1.17.8 // indirect
155+
github.com/klauspost/compress v1.17.9 // indirect
154156
github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491 // indirect
155157
github.com/magiconair/properties v1.8.7 // indirect
156158
github.com/mailru/easyjson v0.7.7 // indirect
@@ -160,7 +162,7 @@ require (
160162
github.com/miekg/pkcs11 v1.1.1 // indirect
161163
github.com/mitchellh/go-homedir v1.1.0 // indirect
162164
github.com/mitchellh/mapstructure v1.5.0 // indirect
163-
github.com/moby/buildkit v0.13.2 // indirect
165+
github.com/moby/buildkit v0.15.0 // indirect
164166
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
165167
github.com/modern-go/reflect2 v1.0.2 // indirect
166168
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
@@ -172,14 +174,14 @@ require (
172174
github.com/opencontainers/go-digest v1.0.0 // indirect
173175
github.com/opencontainers/image-spec v1.1.0 // indirect
174176
github.com/opentracing/opentracing-go v1.2.0 // indirect
175-
github.com/owenrumney/go-sarif/v2 v2.3.1 // indirect
176-
github.com/package-url/packageurl-go v0.1.2 // indirect
177+
github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect
178+
github.com/package-url/packageurl-go v0.1.3 // indirect
177179
github.com/pandatix/go-cvss v0.6.2 // indirect
178180
github.com/pborman/uuid v1.2.1 // indirect
179181
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
180182
github.com/pjbgf/sha1cd v0.3.0 // indirect
181183
github.com/pkg/errors v0.9.1 // indirect
182-
github.com/rhysd/actionlint v1.6.27 // indirect
184+
github.com/rhysd/actionlint v1.7.1 // indirect
183185
github.com/rivo/uniseg v0.4.7 // indirect
184186
github.com/robfig/cron/v3 v3.0.1 // indirect
185187
github.com/sagikazarmark/locafero v0.4.0 // indirect
@@ -196,11 +198,11 @@ require (
196198
github.com/sigstore/sigstore v1.8.3 // indirect
197199
github.com/sigstore/timestamp-authority v1.2.2 // indirect
198200
github.com/sirupsen/logrus v1.9.3 // indirect
199-
github.com/skeema/knownhosts v1.2.2 // indirect
201+
github.com/skeema/knownhosts v1.3.0 // indirect
200202
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
201203
github.com/sourcegraph/conc v0.3.0 // indirect
202204
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 // indirect
203-
github.com/spdx/tools-golang v0.5.4 // indirect
205+
github.com/spdx/tools-golang v0.5.5 // indirect
204206
github.com/spf13/afero v1.11.0 // indirect
205207
github.com/spf13/cast v1.6.0 // indirect
206208
github.com/spf13/pflag v1.0.5 // indirect
@@ -210,42 +212,46 @@ require (
210212
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
211213
github.com/thales-e-security/pool v0.0.2 // indirect
212214
github.com/theupdateframework/go-tuf v0.7.0 // indirect
215+
github.com/tidwall/gjson v1.17.1 // indirect
216+
github.com/tidwall/match v1.1.1 // indirect
217+
github.com/tidwall/pretty v1.2.1 // indirect
213218
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
214219
github.com/tjfoc/gmsm v1.4.1 // indirect
215220
github.com/transparency-dev/merkle v0.0.2 // indirect
216221
github.com/vbatts/tar-split v0.11.5 // indirect
217-
github.com/xanzy/go-gitlab v0.104.1 // indirect
222+
github.com/xanzy/go-gitlab v0.107.0 // indirect
218223
github.com/xanzy/ssh-agent v0.3.3 // indirect
219224
github.com/zeebo/errs v1.3.0 // indirect
220225
go.mongodb.org/mongo-driver v1.14.0 // indirect
221226
go.opencensus.io v0.24.0 // indirect
222-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 // indirect
223-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect
224-
go.opentelemetry.io/otel v1.26.0 // indirect
225-
go.opentelemetry.io/otel/metric v1.26.0 // indirect
226-
go.opentelemetry.io/otel/trace v1.26.0 // indirect
227+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
228+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
229+
go.opentelemetry.io/otel v1.28.0 // indirect
230+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
231+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
227232
go.step.sm/crypto v0.44.2 // indirect
228233
go.uber.org/multierr v1.11.0 // indirect
229234
go.uber.org/zap v1.27.0 // indirect
230235
gocloud.dev v0.37.0 // indirect
231236
golang.org/x/crypto v0.25.0 // indirect
232-
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
233-
golang.org/x/mod v0.17.0 // indirect
234-
golang.org/x/oauth2 v0.20.0 // indirect
237+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
238+
golang.org/x/mod v0.19.0 // indirect
239+
golang.org/x/oauth2 v0.21.0 // indirect
235240
golang.org/x/sync v0.7.0 // indirect
236241
golang.org/x/sys v0.22.0 // indirect
242+
golang.org/x/telemetry v0.0.0-20240719153522-36c02124f005 // indirect
237243
golang.org/x/term v0.22.0 // indirect
238244
golang.org/x/text v0.16.0 // indirect
239245
golang.org/x/time v0.5.0 // indirect
240-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
241-
golang.org/x/vuln v1.1.0 // indirect
242-
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
243-
google.golang.org/api v0.178.0 // indirect
244-
google.golang.org/genproto v0.0.0-20240506185236-b8a5c65736ae // indirect
245-
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
246-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae // indirect
247-
google.golang.org/grpc v1.63.2 // indirect
248-
google.golang.org/protobuf v1.34.1 // indirect
246+
golang.org/x/tools v0.23.0 // indirect
247+
golang.org/x/vuln v1.1.3 // indirect
248+
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
249+
google.golang.org/api v0.188.0 // indirect
250+
google.golang.org/genproto v0.0.0-20240711142825-46eb208f015d // indirect
251+
google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d // indirect
252+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect
253+
google.golang.org/grpc v1.65.0 // indirect
254+
google.golang.org/protobuf v1.34.2 // indirect
249255
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
250256
gopkg.in/inf.v0 v0.9.1 // indirect
251257
gopkg.in/ini.v1 v1.67.0 // indirect
@@ -257,10 +263,10 @@ require (
257263
k8s.io/client-go v0.28.6 // indirect
258264
k8s.io/klog/v2 v2.120.1 // indirect
259265
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
260-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
266+
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
261267
mvdan.cc/sh/v3 v3.8.0 // indirect
262268
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
263-
sigs.k8s.io/release-utils v0.8.1 // indirect
269+
sigs.k8s.io/release-utils v0.8.3 // indirect
264270
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
265271
sigs.k8s.io/yaml v1.4.0 // indirect
266272
)

0 commit comments

Comments
 (0)