diff --git a/.goreleaser.yml b/.goreleaser.yml index 5cee182..129dad6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -57,7 +57,7 @@ brews: email: hahwul@gmail.com folder: Formula homepage: "https://www.hahwul.com" - description: "Authz0 is an quick and easy automated testing to authorization" + description: "Authz0 is an automated authorization test tool. Unauthorized access can be identified based on URL and Role." test: | system "#{bin}/authz0 version" install: | @@ -67,8 +67,8 @@ snapcrafts: name: authz0 # Remember you need to `snapcraft login` first. publish: true - summary: Authz0 is an quick and easy automated testing to authorization - description: Authz0 is an quick and easy automated testing to authorization + summary: Authz0 is an automated authorization test tool. + description: Authz0 is an automated authorization test tool. Unauthorized access can be identified based on URL and Role. grade: stable confinement: strict license: MIT diff --git a/cmd/root.go b/cmd/root.go index 7f73293..d1f55f5 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -30,8 +30,8 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "authz0", - Short: "Authz0 is an easy automated testing to authorization", - Long: `Authz0 is an easy automated testing to authorization`, + Short: "Authz0 is an automated authorization test tool", + Long: `Authz0 is an automated authorization test tool. Unauthorized access can be identified based on URL and Role.`, } var debug bool