From 84e9be97c13746e46d64ed80acfb7c49de385047 Mon Sep 17 00:00:00 2001 From: Mark Hermeling Date: Wed, 4 Aug 2021 16:12:52 +0000 Subject: [PATCH] Updated for CodeSonar 6.1p0 --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2fbe557..6f22199 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## CodeSonar 5.4p0 +## CodeSonar 6.1p0 This is a default image that provides the CodeSonar Hub service. Data volumes can be mounted such that data persists. A license from GrammaTech is required to be @@ -21,11 +21,6 @@ Suggested use is to run the container using: This will put all data in the hub volume and route localhost:8080 to the hub and connect the container to network net such that scanners can connect to it. -The hub will have default password for the `Administrator account` set to -`HubSecretPasswd` at creation-time, which can be changed by -`--build-arg HUB_DEFAULT_PWD=YourOwnSecretPWD` during the container build step. -Please change the default password after initial hub creation. This is also the -time to install the run-time license. ## Shutdown Recommended to shutdown the container through -- GitLab