Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SafetyQuincyF committed Oct 31, 2024
1 parent 7ff780b commit e6d685c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions safety/scan/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"Authenticate with Safety CLI to perform scans.\n"
"If already authenticated, your default browser will automatically open to https://platform.safetycli.com."
"\nExample: safety auth login\n"
"For headless authentication, you will receive a URL to paste into an external browser."
"\nExample: safety auth login --headless"
)
CLI_SCAN_COMMAND_HELP = "Scans a Python project directory."\
"\nExample: safety scan to scan the current directory"
Expand Down Expand Up @@ -65,7 +63,7 @@
CLI_KEY_HELP = "The API key required for cicd stage or production stage scans.\n\n" \
"[nhc]For development stage scans unset the API key and authenticate using [bold]safety auth[/bold].[/nhc]\n\n" \
"[nhc]Tip: the API key can also be set using the environment variable: SAFETY_API_KEY[/nhc]\n\n"\
"[bold]Example: safety --key API_KEY --stage cicd scan[/bold]"
"[bold]Example: safety --key API_KEY scan[/bold]"
CLI_HEADLESS_AUTH_HELP = "For headless authentication, you will receive a URL to paste into an external browser, \n\n [bold]Example: safety auth login --headless[/bold]\n\n"
CLI_STAGE_HELP = "Assign a development lifecycle stage to your scan (default: development).\n\n" \
"[nhc]This labels the scan and its findings in Safety Platform with this stage.[/nhc]\n\n" \
Expand Down

0 comments on commit e6d685c

Please sign in to comment.