Skip to content

Commit 94a3e84

Browse files
docs: Add Black Duck references
1 parent f10699e commit 94a3e84

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

admin/migrate-data.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<#PSScriptInfo
22
.VERSION 1.2.0
33
.GUID a56b7e15-a300-4da7-85b6-8c3bdff8d897
4-
.AUTHOR Software Risk Manager
4+
.AUTHOR Black Duck
5+
.COPYRIGHT Copyright 2024 Black Duck Software, Inc. All rights reserved.
56
#>
67

78
<#

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ You can change Software Risk Manager's behavior by specifying Software Risk Mana
309309
310310
## Custom Props
311311
312-
Software Risk Manager's features can be customized through the configuration file `codedx.props` which, by default, is located in your Tomcat container at `/opt/codedx`. A full list of configuration parameters and how to change them can be found at [Install Guide](https://sig-product-docs.synopsys.com/bundle/srm/page/install_guide/Installation/overview.html).
312+
Software Risk Manager's features can be customized through the configuration file `codedx.props` which, by default, is located in your Tomcat container at `/opt/codedx`. A full list of configuration parameters and how to change them can be found at [Install Guide](https://documentation.blackduck.com/bundle/srm/page/install_guide/Installation/overview.html).
313313
314314
For example, to automatically sign a user out after 15 minutes of inactivity (20 minutes by default), set `session.lifetime` to `15 minutes`.
315315

scripts/backup.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<#PSScriptInfo
22
.VERSION 1.1.0
33
.GUID 5eadc648-e218-48d9-b264-f96f01f81434
4-
.AUTHOR Code Dx
4+
.AUTHOR Black Duck
5+
.COPYRIGHT Copyright 2024 Black Duck Software, Inc. All rights reserved.
56
#>
67

78
<#

scripts/restore.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<#PSScriptInfo
22
.VERSION 1.1.0
33
.GUID d6b73bb9-7106-4f53-b992-3cf4d98c4746
4-
.AUTHOR Code Dx
4+
.AUTHOR Black Duck
5+
.COPYRIGHT Copyright 2024 Black Duck Software, Inc. All rights reserved.
56
#>
67

78
<#

0 commit comments

Comments
 (0)