From e44c2d2d21e53104e395dc416639c2235035e1a3 Mon Sep 17 00:00:00 2001 From: Aleksandr Borovskii Date: Sun, 28 Jun 2026 19:12:22 +0000 Subject: [PATCH] docs: clarify Docker is optional, required only for container usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d78fab..58c6f80d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The NPM allows you to install the Bright Command Line Interface (CLI) on your ma Before you can use **Bright CLI** make sure you have the following: - An active user in [the Bright app](https://app.brightsec.com/) -- You have Docker installed on your machine. +- You have Docker installed on your machine (optional, required only if you run Bright CLI as a Docker container). - You have a valid [organization API key](https://docs.brightsec.com/docs/manage-your-organization#manage-organization-apicli-authentication-tokens) or a [personal API key](https://docs.brightsec.com/docs/manage-your-personal-account#manage-your-personal-api-keys-authentication-tokens) with the following scopes: `bot`, `scans:run` and `scans:read`. - You have registered (created) a Repeater in the Bright app and copied the generated Repeater ID. For the instructions on how to register a Repeater, see [here](https://docs.brightsec.com/docs/manage-repeaters#create-a-new-repeater). - You have copied the Bright Project ID under which you want to run a scan. A Project ID is required. If you do not have any custom projects, use the Default Project ID.