Skip to content

Commit

Permalink
Fixes misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen committed Nov 7, 2023
1 parent a945387 commit c0a5f5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checksum:
nfpms:
-
maintainer: DevOps Kung Fu Mafia <[email protected]>
description: Scans SBoMs for security vulnerabilities.
description: Scans SBOMs for security vulnerabilities.
homepage: https://github.com/devops-kung-fu/bomber
license: MPL
formats:
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
rootCmd = &cobra.Command{
Use: "bomber [flags] file",
Example: " bomber scan --output html test.cyclonedx.json",
Short: "Scans SBoMs for security vulnerabilities.",
Short: "Scans SBOMs for security vulnerabilities.",
Version: version,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
if !debug {
Expand Down
2 changes: 1 addition & 1 deletion cmd/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
// summary, detailed bool
scanCmd = &cobra.Command{
Use: "scan",
Short: "Scans a provided SBoM file or folder containing SBoMs for vulnerabilities.",
Short: "Scans a provided SBOM file or folder containing SBOMs for vulnerabilities.",
PreRun: func(cmd *cobra.Command, args []string) {
r, err := renderers.NewRenderer(output)
if err != nil {
Expand Down

0 comments on commit c0a5f5f

Please sign in to comment.