Docker Application Package for Micro Focus Fortify Software Security Center (SSC) for Nimbus
5.8K
Supported through nimbusapp: https://github.com/admpresales/nimbusapp
Requires Docker Compose: https://docs.docker.com/compose/install/#install-compose
Requires Docker App 0.6.0: https://github.com/docker/app#installation
Requires Autopass or Autopass-partner: Autopass, Autopass-partner
25.4.0
| Description | Command |
|---|---|
| Bring containers up | nimbusapp ssc:25.4.0 up |
| Stop existing containers | nimbusapp ssc:25.4.0 stop |
| Start existing containers | nimbusapp ssc:25.4.0 start |
| Terminate containers | nimbusapp ssc:25.4.0 down |
| Inspect configuration | nimbusapp ssc:25.4.0 inspect |
| Description | Command |
|---|---|
| Bring containers up | docker-app render admpresales/ssc.dockerapp:25.4.0 | docker-compose -p ssc -f - up -d |
| Stop existing containers | docker-app render admpresales/ssc.dockerapp:25.4.0 | docker-compose -p ssc -f - stop |
| Start existing containers | docker-app render admpresales/ssc.dockerapp:25.4.0 | docker-compose -p ssc -f - start |
| Terminate containers | docker-app render admpresales/ssc.dockerapp:25.4.0 | docker-compose -p ssc -f - down |
| Inspect Configuration | docker-app inspect admpresales/ssc.dockerapp:25.4.0 |
ALM .NET requires a network which can be built with the following command, which is preconfigured on the NimbusServer VM
docker network create --subnet 172.50.0.0/16 --gateway 172.50.0.1 demo-net
If you need to change one of these parameters you can add that change to the docker-app command using the -s or --set option as in:
docker-app render admpresales/ssc.dockerapp:TAG -s SSC_PORT=8086 | docker-compose -p ssc -f - up -d
Memory footprint at idle: 2.6 GB
URL: http://nimbusserver.aos.com:8086/ssc
Username: admin
Password: Password1
Starting with version 19.1.0, the credentials have already been preset to admin/Password1, and a CI Token has already been generated with unencrypted value added to the description.
Content type
Image
Digest
sha256:0f9969f8e…
Size
770 Bytes
Last updated
6 months ago
docker pull admpresales/ssc.dockerapp:19.1.0