Releases: NeuraLegion/bright-cli
v13.0.0-next.1
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
12.7.0-next.2 (2024-11-05)
Bug Fixes
v12.7.0-next.1
v12.6.0
v12.6.0-next.1
v12.5.0
v12.5.0-next.2
v12.5.0-next.1
repeater-0.0.2
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
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".