Skip to content

Releases: NeuraLegion/bright-cli

v13.0.0-next.1

15 Nov 09:56
Compare
Choose a tag to compare
v13.0.0-next.1 Pre-release
Pre-release

13.0.0-next.1 (2024-11-15)

⚠ BREAKING CHANGES

  • Warning logs are now written to stderr instead of
    stdout.

Features

v12.7.0-next.2

05 Nov 13:35
Compare
Choose a tag to compare
v12.7.0-next.2 Pre-release
Pre-release

12.7.0-next.2 (2024-11-05)

Bug Fixes

  • repeater: print out started log event after deploy (#603) (1c45196), closes #602

v12.7.0-next.1

29 Oct 15:26
Compare
Choose a tag to compare
v12.7.0-next.1 Pre-release
Pre-release

12.7.0-next.1 (2024-10-29)

Features

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".