Skip to content

Commit

Permalink
Merge pull request #793 from Ostorlab/fix/rename_ostorlab_to_oxo_in_c…
Browse files Browse the repository at this point in the history
…ommands

Rename ostorlab to oxo
  • Loading branch information
3asm authored Aug 26, 2024
2 parents edd83aa + 374f025 commit 5db3785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ostorlab/cli/rootcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def rootcli(
api_key: str = None,
gcp_logging_credential: Optional[str] = None,
) -> None:
"""Ostorlab is an open-source project to help automate security testing.\n
Ostorlab standardizes interoperability between tools in a consistent, scalable, and performant way.
"""Oxo is an open-source project to help automate security testing.\n
Oxo standardizes interoperability between tools in a consistent, scalable, and performant way.
"""
ctx.obj = {}
ctx.obj["proxy"] = proxy
Expand Down
4 changes: 2 additions & 2 deletions src/ostorlab/cli/scanner/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ async def _start_periodic_persist_state(
def scanner(
ctx: click.core.Context, daemon: bool, scanner_id: str, parallel: str
) -> None:
"""Ostorlab scanner enables running custom instances of scanners.
"""Oxo scanner enables running custom instances of scanners.
Scanner communicates with NATs to receive start scan messages.\n
"""
if sys.platform != "linux":
console.error("ostorlab scanner sub-command is only supported on Unix systems.")
console.error("oxo scanner sub-command is only supported on Unix systems.")
raise click.exceptions.Exit(2)

api_key = config_manager.ConfigurationManager().api_key or ctx.obj.get("api_key")
Expand Down

0 comments on commit 5db3785

Please sign in to comment.