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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid using curl downloads because of the Supply Chain attacks. #1766

Open
naveensrinivasan opened this issue Oct 26, 2021 · 1 comment
Open

Comments

@naveensrinivasan
Copy link
Contributor

Avoid using curl downloads because of the Supply Chain attacks.

run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.26.0"

Example https://blog.gitguardian.com/codecov-supply-chain-breach/

Possible Solution

@vpereira01
Copy link
Contributor

curl download removed with #1785
This issue can be closed IMHO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants