Sarif JUnit Converter Task YAML - rfennell/AzurePipelines GitHub Wiki

Sarif to JUnit Converter

The 'Sarif to JUnit Converter' package contains the following tasks. The table show the possible variables that can be used in YAML Azure DevOps Pipeline configurations

Sarif2JUnitConverterTask V1

Convert Sarif file to JUnit

YAML snippet

# Convert Sarif file to JUnit
# Description - Convert Sarif file to JUnit
- task: Sarif2JUnitConverterTask@1
  inputs: 
     # Required arguments
     sarifFile: 
     junitFile: 

Arguments

  • Argument: sarifFile
    • Description: The source file to convert
    • Type: string
    • Required: true
    • Default (if defined):
  • Argument: junitFile
    • Description: The output converted file.
    • Type: string
    • Required: true
    • Default (if defined):