My Fortify Docker Scripts for SSC, SCA and ScanCentral SAST.
In order to setup a demo/test environment you may follow the steps below
- Create a new CentOS VM For more details check CentOS Documentation
- Clone this project
git clone --depth 1 "https://github.com/PedroGarciaMF/FortifyDockerScripts.git"
- Enter the cloned project folder.
cd FortifyDockerScripts
- Create and enter FortifyInstallers folder.
mkdir -p FortifyInstallers
-
Download the latest installers and patches from Software Licenses and Downloads (SLD).
-
Update prepare.sh.
-
Run the setup-linux script to create all linux containers
chmod a+x setup-linux.sh
./setup-linux.sh
For more details check Install Docker Engine on CentOS