Skip to content

PedroGarciaOT/FortifyDockerScripts

Repository files navigation

FortifyDockerScripts

My Fortify Docker Scripts for SSC, SCA and ScanCentral SAST.

In order to setup a demo/test environment you may follow the steps below

  1. Create a new CentOS VM For more details check CentOS Documentation
  2. Clone this project
git clone --depth 1 "https://github.com/PedroGarciaMF/FortifyDockerScripts.git"
  1. Enter the cloned project folder.
cd FortifyDockerScripts
  1. Create and enter FortifyInstallers folder.
mkdir -p FortifyInstallers
  1. Download the latest installers and patches from Software Licenses and Downloads (SLD).

  2. Update prepare.sh.

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