mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
9b6a8cb3b6
* feat(withesource): create json report * proper constant value * update generation
26 lines
799 B
YAML
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
|