Skip to content

Docker- Deploy CloudScan controller for Fortify SCA with Docker on tomcat 8.5.11

License

Notifications You must be signed in to change notification settings

therealchunt/cloudscan_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cloudscan_controller

Currently, swarms have not been tested with the setup, but should be able to be done relatively easily as the network configuration would be completed IAW docker swarm specifications.

Setup

The easist setup for multinode on the same host is to create a docker network (@see docker network --help)

Build

Before building, update the config.properties for ssc_url and this_url.

docker build --no-cache -t ${CS_IMG} .

Run

docker run -p 8280:8080 --network=${NETWORK_HOST} --ip ${CS_IP} --name ${CS_CONT_NAME} -d ${CS_IMG}

Link to SSC

In ssc Admin tab, point to cloudscan controller URL to what is defined in files/config.properties. If all are started with the same network, the containers should be able to reach each other by name(--name cs.hpe.com).

About

Docker- Deploy CloudScan controller for Fortify SCA with Docker on tomcat 8.5.11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published