Skip to content

Commit

Permalink
fix(cmd/install_bin): Remove broken kubelogin
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Apr 29, 2024
1 parent 3134bac commit 78eb2a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,12 +318,7 @@ var Tools = []Tool{
UrlTemplate: "https://github.com/hadolint/hadolint/releases/download/{{.Version}}/hadolint-{{.Os|capitalize}}-{{.Arch}}",
GetArchFunc: hadolintGetArchFunc,
},
{
Name: "kubelogin",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("hadolint", "hadolint") },
UrlTemplate: "https://github.com/hadolint/hadolint/releases/download/{{.Version}}/hadolint-{{.Os|capitalize}}-{{.Arch}}",
GetArchFunc: hadolintGetArchFunc,
},

{
Name: "oauth2-proxy",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("oauth2-proxy", "oauth2-proxy") },
Expand Down

0 comments on commit 78eb2a6

Please sign in to comment.