You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
fix(sonar): correct VaultSecretName (#3358)
* fix(sonar): correct VaultSecretName * update generated sources
This commit is contained in:
committed by
GitHub
parent
47d8d2c357
commit
279ad5800c
@@ -256,7 +256,7 @@ func sonarExecuteScanMetadata() config.StepData {
|
||||
Name: "token",
|
||||
ResourceRef: []config.ResourceReference{
|
||||
{
|
||||
Name: "sonarSecretName",
|
||||
Name: "sonarVaultSecretName",
|
||||
Type: "vaultSecret",
|
||||
Default: "sonar",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user