1
0
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:
Christopher Fenner
2021-12-14 18:28:20 +01:00
committed by GitHub
parent 47d8d2c357
commit 279ad5800c
2 changed files with 2 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ func sonarExecuteScanMetadata() config.StepData {
Name: "token",
ResourceRef: []config.ResourceReference{
{
Name: "sonarSecretName",
Name: "sonarVaultSecretName",
Type: "vaultSecret",
Default: "sonar",
},