mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-21 19:48:53 +02:00
Whitesource to Mend name change (only for step description docu and not step name) (#4114)
* Whitesource to Mend name change * name change from whitesource to mend
This commit is contained in:
parent
db8a8f61cf
commit
ad36fe5a30
@ -193,7 +193,7 @@ func (p *whitesourceExecuteScanReports) persist(stepConfig whitesourceExecuteSca
|
||||
}
|
||||
}
|
||||
|
||||
// WhitesourceExecuteScanCommand Execute a WhiteSource scan
|
||||
// WhitesourceExecuteScanCommand Execute a Mend (formerly known as WhiteSource) scan
|
||||
func WhitesourceExecuteScanCommand() *cobra.Command {
|
||||
const STEP_NAME = "whitesourceExecuteScan"
|
||||
|
||||
@ -209,13 +209,13 @@ func WhitesourceExecuteScanCommand() *cobra.Command {
|
||||
|
||||
var createWhitesourceExecuteScanCmd = &cobra.Command{
|
||||
Use: STEP_NAME,
|
||||
Short: "Execute a WhiteSource scan",
|
||||
Long: `With this step [WhiteSource](https://www.whitesourcesoftware.com) security and license compliance scans can be executed and assessed.
|
||||
WhiteSource is a Software as a Service offering based on a so called unified agent that locally determines the dependency
|
||||
Short: "Execute a Mend (formerly known as WhiteSource) scan",
|
||||
Long: `With this step [Mend](https://www.mend.io/) (formerly known as Whitesource) security and license compliance scans can be executed and assessed.
|
||||
Mend is a Software as a Service offering based on a so called unified agent that locally determines the dependency
|
||||
tree of a node.js, Java, Python, Ruby, or Scala based solution and sends it to the WhiteSource server for a policy based license compliance
|
||||
check and additional Free and Open Source Software Publicly Known Vulnerabilities detection.
|
||||
|
||||
The step uses the so-called WhiteSource Unified Agent. For details please refer to the [WhiteSource Unified Agent Documentation](https://whitesource.atlassian.net/wiki/spaces/WD/pages/33718339/Unified+Agent).
|
||||
The step uses the so-called Mend Unified Agent. For details please refer to the [Mend Unified Agent Documentation](https://docs.mend.io/bundle/unified_agent/page/overview_of_the_unified_agent.html).
|
||||
|
||||
!!! note "Docker Images"
|
||||
The underlying Docker images are public and specific to the solution's programming language(s) and therefore may have to be exchanged
|
||||
@ -371,7 +371,7 @@ func whitesourceExecuteScanMetadata() config.StepData {
|
||||
Metadata: config.StepMetadata{
|
||||
Name: "whitesourceExecuteScan",
|
||||
Aliases: []config.Alias{},
|
||||
Description: "Execute a WhiteSource scan",
|
||||
Description: "Execute a Mend (formerly known as WhiteSource) scan",
|
||||
},
|
||||
Spec: config.StepSpec{
|
||||
Inputs: config.StepInputs{
|
||||
|
@ -1,13 +1,13 @@
|
||||
metadata:
|
||||
name: whitesourceExecuteScan
|
||||
description: Execute a WhiteSource scan
|
||||
description: Execute a Mend (formerly known as WhiteSource) scan
|
||||
longDescription: |-
|
||||
With this step [WhiteSource](https://www.whitesourcesoftware.com) security and license compliance scans can be executed and assessed.
|
||||
WhiteSource is a Software as a Service offering based on a so called unified agent that locally determines the dependency
|
||||
With this step [Mend](https://www.mend.io/) (formerly known as Whitesource) security and license compliance scans can be executed and assessed.
|
||||
Mend is a Software as a Service offering based on a so called unified agent that locally determines the dependency
|
||||
tree of a node.js, Java, Python, Ruby, or Scala based solution and sends it to the WhiteSource server for a policy based license compliance
|
||||
check and additional Free and Open Source Software Publicly Known Vulnerabilities detection.
|
||||
|
||||
The step uses the so-called WhiteSource Unified Agent. For details please refer to the [WhiteSource Unified Agent Documentation](https://whitesource.atlassian.net/wiki/spaces/WD/pages/33718339/Unified+Agent).
|
||||
The step uses the so-called Mend Unified Agent. For details please refer to the [Mend Unified Agent Documentation](https://docs.mend.io/bundle/unified_agent/page/overview_of_the_unified_agent.html).
|
||||
|
||||
!!! note "Docker Images"
|
||||
The underlying Docker images are public and specific to the solution's programming language(s) and therefore may have to be exchanged
|
||||
|
Loading…
x
Reference in New Issue
Block a user