Skip to content

Commit

Permalink
fixing goreportcard ref, adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Sep 4, 2018
1 parent 2da3536 commit 315ea18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rbac-lookup

[![Go Report Card](https://goreportcard.com/badge/github.com/reactivops/rbac-lookup)](https://goreportcard.com/report/github.com/reactivops/rbac-lookup) [![CircleCI](https://circleci.com/gh/reactiveops/rbac-lookup.svg?style=svg)](https://circleci.com/gh/reactiveops/rbac-lookup)
[![Go Report Card](https://goreportcard.com/badge/github.com/reactiveops/rbac-lookup)](https://goreportcard.com/report/github.com/reactiveops/rbac-lookup) [![CircleCI](https://circleci.com/gh/reactiveops/rbac-lookup.svg?style=svg)](https://circleci.com/gh/reactiveops/rbac-lookup)

This is a simple project that allows you to easily find Kubernetes roles and cluster roles bound to any user, service account, or group name. Binaries are generated with goreleaser for each release for simple installation.

Expand Down
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func init() {
rootCmd.PersistentFlags().StringVarP(&output, "output", "o", "", "output format (normal,wide)")
}

// Execute is the primary entrypoint for this CLI
func Execute() {
if err := rootCmd.Execute(); err != nil {
fmt.Println(err)
Expand Down

0 comments on commit 315ea18

Please sign in to comment.