Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroGarciaOT authored Jun 2, 2020
1 parent b58113c commit 2a30a18
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions fortify-ssc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,21 @@ Optionally you can add the following files to be add to the SSC Downloads folder
- WebInspectAgent_20.1.zip

After starting the container for the first time copy the init.token using
''' docker cp fortify-ssc:/home/microfocus/.fortify/ssc/init.token .
```
docker cp fortify-ssc:/home/microfocus/.fortify/ssc/init.token .
cat init.token && echo
'''
```

In case you need the scripts to create the database copy them using
''' docker cp fortify-ssc:/tools/fortify/sql . '''
```
docker cp fortify-ssc:/tools/fortify/sql .
```

Is case you are using MySQL the JDBC URL will be something like this ''' jdbc:mysql://fortify-mysql:3306/ssc?connectionCollation=latin1_general_cs&rewriteBatchedStatements=true&useSSL=false '''
Is case you are using MySQL the JDBC URL will be something like this
```
jdbc:mysql://fortify-mysql:3306/ssc?connectionCollation=latin1_general_cs&rewriteBatchedStatements=true&useSSL=false
```

In case you are planning to use several instances or in case you want to save disk space I recommend flattening the container into a new image.

Expand Down

0 comments on commit 2a30a18

Please sign in to comment.