1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00
sap-jenkins-library/resources/metadata/createmarkdownreport.yaml
Oliver Nocon b7754437b3
new step to create a scan summary report (#2559)
* new step to create a scan summary report

* add flag to collect only failed reports

* add stepName to report
2021-02-02 14:36:40 +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