Load / stability testing bundle for Skyhigh Shift-Left CSPM
You must have docker installed and be running as a user with permissions to access the docker daemon.
- Clone this repository
- Change directory into the repository (with the shift-left-test.sh)
- Set the SKYHIGH_USERNAME and SKYHIGH_PASSWORD environment variables e.g.
export SKYHIGH_USERNAME='username' - Run the script ./shift-left-test.sh
- If you break/ctrl+c the script, the docker containers will continue to run. Restarting the docker daemon is the easiest way to kill these (
sudo systemctl restart docker) - You can adjust the thread count (simultaneous dockers) by editing the thread_count variable in the script.