mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
fix(whitesourceExecuteScan): orgToken from Vault (#3614)
supersedes #3168
This commit is contained in:
parent
0998a80f07
commit
f9ad6dc048
@ -616,6 +616,12 @@ func whitesourceExecuteScanMetadata() config.StepData {
|
||||
Name: "orgAdminUserTokenCredentialsId",
|
||||
Type: "secret",
|
||||
},
|
||||
|
||||
{
|
||||
Name: "whitesourceVaultSecret",
|
||||
Type: "vaultSecret",
|
||||
Default: "whitesource",
|
||||
},
|
||||
},
|
||||
Scope: []string{"GENERAL", "PARAMETERS", "STAGES", "STEPS"},
|
||||
Type: "string",
|
||||
|
@ -257,6 +257,9 @@ spec:
|
||||
resourceRef:
|
||||
- name: orgAdminUserTokenCredentialsId
|
||||
type: secret
|
||||
- type: vaultSecret
|
||||
name: whitesourceVaultSecret
|
||||
default: whitesource
|
||||
- name: productName
|
||||
aliases:
|
||||
- name: whitesourceProductName
|
||||
|
Loading…
Reference in New Issue
Block a user