This project is intended to start from a Centos 7 image from the Docker registry and produce an image with Fortify SSC installed and ready to be deployed to ECS EC2. This container will NOT run on Fargate on AWS because it needs to mount host dirs.
Clone this repo to a local directory with SSH or HTTPS.
- The Fortify SSC distribution zip file.
- A Fortify SSC license file.
- MySQL and a previously installed and configured database.
docker build . -t fortifyssc-centos:latest
or use the provided ./build
script
docker run --name ssc -it -d -p 80:8080 fortifyssc-centos:latest
or use the provided ./run
script
docker exec -it ssc /bin/bash
or use the provided ./shell
script
./clean
(Use with care if you are working on other Docker related projects)
- Fork it!
- Do NOT push to master branch. Create your own feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
4/6/20 - Initial commit.
Juan Jimenez ([email protected])
TBD
GPL-3.0-or-later