mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-19 19:44:27 +02:00
feat(sonar): Enable trustengine for token retrieval (#5046)
Co-authored-by: jliempt <>
This commit is contained in:
parent
1b711fd4b1
commit
a2bafe2d7f
@ -331,6 +331,12 @@ func sonarExecuteScanMetadata() config.StepData {
|
||||
Name: "sonarTokenCredentialsId",
|
||||
Type: "secret",
|
||||
},
|
||||
|
||||
{
|
||||
Name: "sonarTrustengineSecretName",
|
||||
Type: "trustengineSecret",
|
||||
Default: "sonar",
|
||||
},
|
||||
},
|
||||
Scope: []string{"PARAMETERS"},
|
||||
Type: "string",
|
||||
|
@ -53,6 +53,9 @@ spec:
|
||||
default: sonar
|
||||
- name: sonarTokenCredentialsId
|
||||
type: secret
|
||||
- type: trustengineSecret
|
||||
name: sonarTrustengineSecretName
|
||||
default: sonar
|
||||
aliases:
|
||||
- name: sonarToken
|
||||
- name: organization
|
||||
|
Loading…
x
Reference in New Issue
Block a user