1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00
sap-jenkins-library/resources/metadata/pipelineCreateScanSummary.yaml
Oliver Nocon 9b6a8cb3b6
feat(whitesource): create json report (#2699)
* feat(withesource): create json report

* proper constant value

* update generation
2021-03-19 11:10:08 +01:00

26 lines
799 B
YAML

metadata:
name: pipelineCreateScanSummary
description: Collect scan result information anc create a summary report
longDescription: |
This step allows you to create a summary report of your scan results.
It is for example used to create a markdown file which can be used to create a GitHub issue.
spec:
inputs:
params:
- name: failedOnly
description: Defines if only failed scans should be included into the summary.
scope:
- PARAMETERS
- STAGES
- STEPS
type: bool
- name: outputFilePath
description: Defines the filepath to the target file which will be created by the step.
scope:
- PARAMETERS
- STAGES
- STEPS
type: string
default: scanSummary.md