github.com/jaylevin/jenkins-library@v1.230.4/resources/metadata/pipelineCreateScanSummary.yaml (about)

     1  metadata:
     2    name: pipelineCreateScanSummary
     3    description: Collect scan result information anc create a summary report
     4    longDescription: |
     5      This step allows you to create a summary report of your scan results.
     6  
     7      It is for example used to create a markdown file which can be used to create a GitHub issue.
     8  spec:
     9    inputs:
    10      params:
    11        - name: failedOnly
    12          description: Defines if only failed scans should be included into the summary.
    13          scope:
    14            - PARAMETERS
    15            - STAGES
    16            - STEPS
    17          type: bool
    18        - name: outputFilePath
    19          description: Defines the filepath to the target file which will be created by the step.
    20          scope:
    21            - PARAMETERS
    22            - STAGES
    23            - STEPS
    24          type: string
    25          default: scanSummary.md
    26        - name: pipelineLink
    27          description: Link to the pipeline (e.g. Jenkins job url) for reference in the scan summary.
    28          scope:
    29            - PARAMETERS
    30            - STAGES
    31            - STEPS
    32          type: string