Skip to content

Releases: NeuraLegion/bright-cli

v12.6.0

04 Oct 11:05
Compare
Choose a tag to compare

12.6.0 (2024-10-04)

Features

  • make timeout flag accept duration strings (#598) (1ae8304)

v12.6.0-next.1

04 Oct 09:47
Compare
Choose a tag to compare
v12.6.0-next.1 Pre-release
Pre-release

12.6.0-next.1 (2024-10-04)

Features

  • make timeout flag accept duration strings (#598) (1ae8304)

v12.5.0

10 Sep 09:18
Compare
Choose a tag to compare

12.5.0 (2024-09-10)

Features

Reverts

v12.5.0-next.2

10 Sep 07:40
Compare
Choose a tag to compare
v12.5.0-next.2 Pre-release
Pre-release

12.5.0-next.2 (2024-09-10)

Features

Reverts

v12.5.0-next.1

02 Sep 11:03
Compare
Choose a tag to compare
v12.5.0-next.1 Pre-release
Pre-release

12.5.0-next.1 (2024-09-02)

Features

repeater-0.0.2

02 Sep 09:27
Compare
Choose a tag to compare

Repeater allows you to run Brightsec scans without exposing your ports outside. Also, it can be useful, if you want to run a local scan without deploying. #Add helm repository command: helm repo add bright-cli https://neuralegion.github.io/bright-cli/ #Update helm repository: helm repo update #Install helm chart: helm upgrade bright-cli --install bright-cli/repeater \ --set repeaterID= \ --set token= \ Default cluster being used is "app.brightsec.com". For different cluster you can use additional --cluster "cluster_name" flag.

repeater-0.0.1

02 Sep 08:56
Compare
Choose a tag to compare

Repeater allows you to run Brightsec scans without exposing your ports outside. Also, it can be useful, if you want to run a local scan without deploying. Usage example from chart root dir: helm upgrade repeater --install \ --set repeaterID= \ --set token= \ . --wait Default cluster being used is "app.brightsec.com".

v12.4.0

26 Aug 08:35
Compare
Choose a tag to compare

12.4.0 (2024-08-26)

Features

  • entrypoints: add pretty print option (#590) (50e3fb2)

Reverts

  • repeater: add cap_net_raw+ep capabilities for node in Docker image (#560) (62cff9b)

v12.4.0-next.1

23 Aug 12:13
Compare
Choose a tag to compare
v12.4.0-next.1 Pre-release
Pre-release

12.4.0-next.1 (2024-08-23)

Features

  • entrypoints: add pretty print option (#590) (50e3fb2)

v12.3.0

21 Aug 10:43
Compare
Choose a tag to compare

12.3.0 (2024-08-21)

Features

  • entrypoints: add limit flag to control number of returned entrypoints (#587) (a8ba1cb)
  • entrypoints: filter entrypoints by connectivity and status (#588) (7c90cf2)
  • scan: print detailed error messages (#583) (27f9418)