Skip to content

Commit 6a22640

Browse files
authored
Fix dependabot alerts (#3188)
* chore: update github.com/redis/go-redis/v9 to v9.9.0 Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * chore: update trivy to v0.63.0 Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * chore: update github.com/spf13/cast to v1.9.2 Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * chore: update ossf/scorecard-action from 2.4.1 to 2.4.2 Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * chore: fix multiple dependabot alerts Signed-off-by: Andrei Aaron <aaaron@luxoft.com> --------- Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
1 parent 483c869 commit 6a22640

8 files changed

Lines changed: 115 additions & 116 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v3.28.18
56+
uses: github/codeql-action/init@v3.28.19
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,7 @@ jobs:
6464
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565
# If this step fails, then you should remove it and run the build manually (see below)
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@v3.28.18
67+
uses: github/codeql-action/autobuild@v3.28.19
6868

6969
# ℹ️ Command-line programs to run using the OS shell.
7070
# 📚 https://git.io/JvXDl
@@ -77,4 +77,4 @@ jobs:
7777
# make release
7878

7979
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@v3.28.18
80+
uses: github/codeql-action/analyze@v3.28.19

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
TRIVY_USERNAME: ${{ github.actor }}
238238
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
239239
- name: Upload Trivy scan results to GitHub Security tab
240-
uses: github/codeql-action/upload-sarif@v3.28.18
240+
uses: github/codeql-action/upload-sarif@v3.28.19
241241
with:
242242
sarif_file: 'trivy-results.sarif'
243243

@@ -274,7 +274,7 @@ jobs:
274274
TRIVY_USERNAME: ${{ github.actor }}
275275
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
276276
- name: Upload Trivy scan results to GitHub Security tab
277-
uses: github/codeql-action/upload-sarif@v3.28.18
277+
uses: github/codeql-action/upload-sarif@v3.28.19
278278
with:
279279
sarif_file: 'trivy-results.sarif'
280280

.github/workflows/scorecards.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: "Run analysis"
33-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v1.1.1
33+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v1.1.1
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@v3.28.18
60+
uses: github/codeql-action/upload-sarif@v3.28.19
6161
with:
6262
sarif_file: results.sarif

go.mod

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ module zotregistry.dev/zot
33
go 1.24.2
44

55
require (
6-
github.com/99designs/gqlgen v0.17.73
6+
github.com/99designs/gqlgen v0.17.74
77
github.com/Masterminds/semver v1.5.0
88
github.com/alicebob/miniredis/v2 v2.34.0
9-
github.com/aquasecurity/trivy v0.62.1
10-
github.com/aquasecurity/trivy-db v0.0.0-20250227071930-8bd8a9b89e2d
9+
github.com/aquasecurity/trivy v0.63.0
10+
github.com/aquasecurity/trivy-db v0.0.0-20250529093513-a12dfc204b6e
1111
github.com/aws/aws-sdk-go v1.55.7
1212
github.com/aws/aws-sdk-go-v2 v1.36.3
1313
github.com/aws/aws-sdk-go-v2/config v1.29.14
14-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.19.0
15-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.1
14+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.19.1
15+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.2
1616
github.com/aws/aws-sdk-go-v2/service/ecr v1.44.0
17-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.4
17+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.5
1818
github.com/aws/aws-secretsmanager-caching-go v1.2.0
1919
github.com/aws/smithy-go v1.22.3
2020
github.com/bmatcuk/doublestar/v4 v4.8.1
@@ -45,7 +45,7 @@ require (
4545
github.com/migueleliasweb/go-github-mock v1.3.0
4646
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
4747
github.com/nats-io/nats-server/v2 v2.11.4
48-
github.com/nats-io/nats.go v1.42.0
48+
github.com/nats-io/nats.go v1.43.0
4949
github.com/nmcclain/ldap v0.0.0-20210720162743-7f8d1e44eeba
5050
github.com/notaryproject/notation-core-go v1.3.0
5151
github.com/notaryproject/notation-go v1.3.2
@@ -57,14 +57,14 @@ require (
5757
github.com/project-zot/mockoidc v0.0.0-20240610203808-d69d9e02020a
5858
github.com/prometheus/client_golang v1.22.0
5959
github.com/prometheus/client_model v0.6.2
60-
github.com/redis/go-redis/v9 v9.7.3
60+
github.com/redis/go-redis/v9 v9.10.0
6161
github.com/regclient/regclient v0.8.3
6262
github.com/rs/zerolog v1.34.0
6363
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
6464
github.com/sigstore/cosign/v2 v2.5.0
6565
github.com/sigstore/sigstore v1.9.4
6666
github.com/smartystreets/goconvey v1.8.1
67-
github.com/spf13/cast v1.8.0
67+
github.com/spf13/cast v1.9.2
6868
github.com/spf13/cobra v1.9.1
6969
github.com/spf13/viper v1.20.1
7070
github.com/stretchr/testify v1.10.0
@@ -73,7 +73,7 @@ require (
7373
github.com/vektah/gqlparser/v2 v2.5.27
7474
github.com/zitadel/oidc/v3 v3.38.1
7575
go.etcd.io/bbolt v1.4.0
76-
golang.org/x/crypto v0.38.0
76+
golang.org/x/crypto v0.39.0
7777
golang.org/x/oauth2 v0.30.0
7878
google.golang.org/protobuf v1.36.6
7979
gopkg.in/resty.v1 v1.12.0
@@ -84,7 +84,7 @@ require (
8484
)
8585

8686
require (
87-
cel.dev/expr v0.19.1 // indirect
87+
cel.dev/expr v0.20.0 // indirect
8888
cloud.google.com/go v0.118.3 // indirect
8989
cloud.google.com/go/auth v0.15.0 // indirect
9090
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
@@ -96,11 +96,10 @@ require (
9696
cuelang.org/go v0.12.1 // indirect
9797
dario.cat/mergo v1.0.1 // indirect
9898
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
99-
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 // indirect
10099
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0 // indirect
101100
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
102101
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 // indirect
103-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0 // indirect
102+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.0 // indirect
104103
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
105104
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
106105
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -117,7 +116,7 @@ require (
117116
github.com/CycloneDX/cyclonedx-go v0.9.2 // indirect
118117
github.com/DataDog/zstd v1.5.5 // indirect
119118
github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible // indirect
120-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
119+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect
121120
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
122121
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
123122
github.com/Intevation/gval v1.3.0 // indirect
@@ -129,7 +128,7 @@ require (
129128
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
130129
github.com/Masterminds/squirrel v1.5.4 // indirect
131130
github.com/Microsoft/go-winio v0.6.2 // indirect
132-
github.com/Microsoft/hcsshim v0.12.9 // indirect
131+
github.com/Microsoft/hcsshim v0.13.0 // indirect
133132
github.com/ProtonMail/go-crypto v1.1.6 // indirect
134133
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
135134
github.com/VividCortex/ewma v1.2.0 // indirect
@@ -160,17 +159,17 @@ require (
160159
github.com/aquasecurity/jfather v0.0.8 // indirect
161160
github.com/aquasecurity/table v1.10.0 // indirect
162161
github.com/aquasecurity/tml v0.6.1 // indirect
163-
github.com/aquasecurity/trivy-checks v1.10.0 // indirect
162+
github.com/aquasecurity/trivy-checks v1.11.2-0.20250529074512-7afea1b738c4 // indirect
164163
github.com/aquasecurity/trivy-java-db v0.0.0-20240109071736-184bd7481d48 // indirect
165164
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
166165
github.com/aws/aws-sdk-go-v2/credentials v1.17.67 // indirect
167166
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
168167
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
169168
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
170169
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
171-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.25.3 // indirect
170+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.25.4 // indirect
172171
github.com/aws/aws-sdk-go-v2/service/ebs v1.25.3 // indirect
173-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.213.0 // indirect
172+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.218.0 // indirect
174173
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.31.2 // indirect
175174
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
176175
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15 // indirect
@@ -196,13 +195,13 @@ require (
196195
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
197196
github.com/clbanning/mxj/v2 v2.7.0 // indirect
198197
github.com/cloudflare/circl v1.6.1 // indirect
199-
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
198+
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
200199
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
201200
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
202201
github.com/containerd/cgroups/v3 v3.0.5 // indirect
203202
github.com/containerd/containerd v1.7.27 // indirect
204-
github.com/containerd/containerd/api v1.8.0 // indirect
205-
github.com/containerd/containerd/v2 v2.0.5 // indirect
203+
github.com/containerd/containerd/api v1.9.0 // indirect
204+
github.com/containerd/containerd/v2 v2.1.1 // indirect
206205
github.com/containerd/continuity v0.4.5 // indirect
207206
github.com/containerd/errdefs v1.0.0 // indirect
208207
github.com/containerd/errdefs/pkg v0.3.0 // indirect
@@ -390,7 +389,7 @@ require (
390389
github.com/owenrumney/squealer v1.2.11 // indirect
391390
github.com/package-url/packageurl-go v0.1.3 // indirect
392391
github.com/pborman/uuid v1.2.1 // indirect
393-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
392+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
394393
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
395394
github.com/pjbgf/sha1cd v0.3.2 // indirect
396395
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -409,7 +408,7 @@ require (
409408
github.com/rust-secure-code/go-rustaudit v0.0.0-20250226111315-e20ec32e963c // indirect
410409
github.com/sagikazarmark/locafero v0.7.0 // indirect
411410
github.com/samber/lo v1.50.0 // indirect
412-
github.com/samber/oops v1.15.0 // indirect
411+
github.com/samber/oops v1.16.1 // indirect
413412
github.com/sassoftware/go-rpmutils v0.4.0 // indirect
414413
github.com/sassoftware/relic v7.2.1+incompatible // indirect
415414
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
@@ -462,7 +461,7 @@ require (
462461
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
463462
github.com/yashtewari/glob-intersection v0.2.0 // indirect
464463
github.com/yuin/gopher-lua v1.1.1 // indirect
465-
github.com/zclconf/go-cty v1.16.2 // indirect
464+
github.com/zclconf/go-cty v1.16.3 // indirect
466465
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
467466
github.com/zeebo/errs v1.4.0 // indirect
468467
github.com/zitadel/logging v0.6.2 // indirect
@@ -474,7 +473,7 @@ require (
474473
go.opentelemetry.io/contrib/bridges/prometheus v0.57.0 // indirect
475474
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
476475
go.opentelemetry.io/contrib/exporters/autoexport v0.57.0 // indirect
477-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
476+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
478477
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
479478
go.opentelemetry.io/otel v1.35.0 // indirect
480479
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 // indirect
@@ -498,35 +497,35 @@ require (
498497
go.uber.org/multierr v1.11.0 // indirect
499498
go.uber.org/zap v1.27.0 // indirect
500499
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
501-
golang.org/x/mod v0.24.0 // indirect
500+
golang.org/x/mod v0.25.0 // indirect
502501
golang.org/x/net v0.40.0 // indirect
503-
golang.org/x/sync v0.14.0 // indirect
502+
golang.org/x/sync v0.15.0 // indirect
504503
golang.org/x/sys v0.33.0 // indirect
505504
golang.org/x/term v0.32.0 // indirect
506-
golang.org/x/text v0.25.0 // indirect
505+
golang.org/x/text v0.26.0 // indirect
507506
golang.org/x/time v0.11.0 // indirect
508507
golang.org/x/tools v0.33.0 // indirect
509508
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
510509
google.golang.org/api v0.228.0 // indirect
511510
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
512511
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
513512
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
514-
google.golang.org/grpc v1.71.1 // indirect
513+
google.golang.org/grpc v1.72.0 // indirect
515514
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
516515
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
517516
gopkg.in/inf.v0 v0.9.1 // indirect
518517
gopkg.in/ini.v1 v1.67.0 // indirect
519518
gopkg.in/warnings.v0 v0.1.2 // indirect
520519
helm.sh/helm/v3 v3.17.3 // indirect
521-
k8s.io/api v0.33.0 // indirect
520+
k8s.io/api v0.33.1 // indirect
522521
k8s.io/apiextensions-apiserver v0.32.2 // indirect
523-
k8s.io/apiserver v0.32.2 // indirect
524-
k8s.io/cli-runtime v0.33.0 // indirect
525-
k8s.io/client-go v0.33.0 // indirect
526-
k8s.io/component-base v0.33.0 // indirect
522+
k8s.io/apiserver v0.32.3 // indirect
523+
k8s.io/cli-runtime v0.33.1 // indirect
524+
k8s.io/client-go v0.33.1 // indirect
525+
k8s.io/component-base v0.33.1 // indirect
527526
k8s.io/klog/v2 v2.130.1 // indirect
528527
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
529-
k8s.io/kubectl v0.33.0 // indirect
528+
k8s.io/kubectl v0.33.1 // indirect
530529
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
531530
modernc.org/libc v1.65.7 // indirect
532531
modernc.org/mathutil v1.7.1 // indirect

0 commit comments

Comments
 (0)