1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

feat(protecodeExecuteScan): use dockerConfigJSON from the commonPipel… (#3248)

* feat(protecodeExecuteScan): use dockerConfigJSON from the commonPipelineEnvironment.custom.dockerConfigJSON

Co-authored-by: Pavel Busko <pavel.busko@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
This commit is contained in:
Pavel Busko
2021-11-25 13:12:19 +01:00
committed by GitHub
parent 835be3c333
commit 74c0fe5e28
3 changed files with 9 additions and 0 deletions

View File

@@ -277,6 +277,11 @@ func protecodeExecuteScanMetadata() config.StepData {
{
Name: "dockerConfigJSON",
ResourceRef: []config.ResourceReference{
{
Name: "commonPipelineEnvironment",
Param: "custom/dockerConfigJSON",
},
{
Name: "dockerConfigJsonCredentialsId",
Type: "secret",