Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尡 Bump scorecard dependency to v4.10.2 to remove a CODEOWNERS printf statement. #1054

Merged
merged 1 commit into from Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
# NOTE: Keep this in sync with go.mod for ossf/scorecard.
LDFLAGS=-X sigs.k8s.io/release-utils/version.gitVersion=v4.8.0 -X sigs.k8s.io/release-utils/version.gitCommit=c40859202d739b31fd060ac5b30d17326cd74275 -w -extldflags \"-static\"
LDFLAGS=-X sigs.k8s.io/release-utils/version.gitVersion=v4.10.2 -X sigs.k8s.io/release-utils/version.gitCommit=376f465c111c39c6a5ad7408e8896cd790cb5219 -w -extldflags \"-static\"
spencerschrock marked this conversation as resolved.
Show resolved Hide resolved

build: ## Runs go build on repo
# Run go build and generate scorecard executable
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/caarlos0/env/v6 v6.10.1
github.com/google/go-cmp v0.5.9
github.com/google/go-github/v46 v46.0.0
github.com/ossf/scorecard/v4 v4.10.1
github.com/ossf/scorecard/v4 v4.10.2
github.com/sigstore/cosign v1.13.1
github.com/spf13/cobra v1.6.1
golang.org/x/net v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -1611,8 +1611,8 @@ github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5/go.mod h1:/wsWhb9smxS
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/ossf/scorecard/v4 v4.10.1 h1:i+4EU/21ejSx9XVxQPliXKIRw4NKyGjLLr80WEW/MSw=
github.com/ossf/scorecard/v4 v4.10.1/go.mod h1:6HwqcVjQoDRAUY0E5U6Zd41ZYmciL+zmJTmcXj081Iw=
github.com/ossf/scorecard/v4 v4.10.2 h1:EacFulXMTLymvDxQCm/fRgdfU95i+j+Hjp6cXdKZ08I=
github.com/ossf/scorecard/v4 v4.10.2/go.mod h1:6HwqcVjQoDRAUY0E5U6Zd41ZYmciL+zmJTmcXj081Iw=
github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw=
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs=
Expand Down