1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

fix(whitesource):add stash for checkmarxOne (#4383)

This commit is contained in:
thtri 2023-05-30 11:06:14 +02:00 committed by GitHub
parent b305cd102d
commit 5ab432b804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -386,6 +386,7 @@ func whitesourceExecuteScanMetadata() config.StepData {
{Name: "buildDescriptor", Type: "stash"},
{Name: "opensourceConfiguration", Type: "stash"},
{Name: "checkmarx", Type: "stash"},
{Name: "checkmarxOne", Type: "stash"},
},
Parameters: []config.StepParameters{
{

View File

@ -604,6 +604,8 @@ spec:
type: stash
- name: checkmarx
type: stash
- name: checkmarxOne
type: stash
outputs:
resources:
- name: commonPipelineEnvironment