Skip to content

Commit e462d32

Browse files
authored
fix(docs): fix doc anchor (#5177)
* Update fortifyExecuteScan.yaml * Update whitesourceExecuteScan.yaml * Update protecodeExecuteScan.yaml * Update sonarExecuteScan.yaml * Update detectExecuteScan.yaml * Update fortifyExecuteScan_generated.go
1 parent 9bcf8ee commit e462d32

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

cmd/fortifyExecuteScan_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/metadata/detectExecuteScan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ spec:
204204
type: string
205205
description: "A custom version used along with the uploaded scan results."
206206
longDescription: |-
207-
Defines a custom version for the Detect scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningModel).
207+
Defines a custom version for the Detect scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningmodel).
208208
It allows to set non-numeric versions as well and supersedes the value of [`version`](#version) which is calculated automatically.
209209
The parameter is also used by other scan steps (e.g. Fortify, Sonar, WhiteSource) and thus allows a common custom version across scan tools.
210210
scope: [GENERAL, STAGES, STEPS, PARAMETERS]

resources/metadata/fortifyExecuteScan.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
type: string
8787
description: Custom version of the Fortify project used as source.
8888
longDescription: |-
89-
Defines a custom version for the Fortify scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningModel).
89+
Defines a custom version for the Fortify scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningmodel).
9090
It allows to set non-numeric versions as well and supersedes the value of [`version`](#version) which is calculated automatically.
9191
The parameter is also used by other scan steps (e.g. Detect, Sonar, WhiteSource) and thus allows a common custom version across scan tools.
9292
scope:
@@ -198,9 +198,9 @@ spec:
198198
- name: fortifyProjectVersion
199199
deprecated: true
200200
type: string
201-
description: Version used in conjunction with [`versioningModel`](#versioningModel) to identify the Fortify project to be created and used for results aggregation.
201+
description: Version used in conjunction with [`versioningModel`](#versioningmodel) to identify the Fortify project to be created and used for results aggregation.
202202
longDescription: |-
203-
Version used in conjunction with [`versioningModel`](#versioningModel) to identify the Fortify project to be created and used for results aggregation.
203+
Version used in conjunction with [`versioningModel`](#versioningmodel) to identify the Fortify project to be created and used for results aggregation.
204204
This is usually determined automatically based on the information in the buildTool specific build descriptor file.
205205
scope:
206206
- GENERAL

resources/metadata/protecodeExecuteScan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ spec:
260260
type: string
261261
description: "A custom version used along with the uploaded scan results."
262262
longDescription: |-
263-
Defines a custom version for the BDBA scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningModel).
263+
Defines a custom version for the BDBA scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningmodel).
264264
It allows to set non-numeric versions as well and supersedes the value of [`version`](#version) which is calculated automatically.
265265
The parameter is also used by other scan steps (e.g. Fortify, Sonar, WhiteSource) and thus allows a common custom version across scan tools.
266266
scope: [GENERAL, STAGES, STEPS, PARAMETERS]

resources/metadata/sonarExecuteScan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
type: string
109109
description: "A custom version used along with the uploaded scan results."
110110
longDescription: |-
111-
Defines a custom version for the Sonar scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningModel).
111+
Defines a custom version for the Sonar scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningmodel).
112112
It allows to set non-numeric versions as well and supersedes the value of [`version`](#version) which is calculated automatically.
113113
The parameter is also used by other scan steps (e.g. Detect, Fortify, WhiteSource) and thus allows a common custom version across scan tools.
114114
scope: [GENERAL, STAGES, STEPS, PARAMETERS]

resources/metadata/whitesourceExecuteScan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ spec:
177177
type: string
178178
description: Custom version of the WhiteSource project used as source.
179179
longDescription: |-
180-
Defines a custom version for the WhiteSource scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningModel).
180+
Defines a custom version for the WhiteSource scan which deviates from the typical versioning pattern using [`version`](#version) and [`versioningModel`](#versioningmodel).
181181
It allows to set non-numeric versions as well and supersedes the value of [`version`](#version) which is calculated automatically.
182182
The parameter is also used by other scan steps (e.g. Detect, Fortify, Sonar) and thus allows a common custom version across scan tools.
183183
scope:

0 commit comments

Comments
 (0)