Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jan 13, 2022
1 parent a7f038e commit 33644af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ brews:
email: [email protected]
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: |
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33644af

Please sign in to comment.