-
Notifications
You must be signed in to change notification settings - Fork 432
Sarif JUnit Converter Task YAML
rfennell edited this page Mar 14, 2024
·
2 revisions
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
Convert Sarif file to JUnit
# Convert Sarif file to JUnit
# Description - Convert Sarif file to JUnit
- task: Sarif2JUnitConverterTask@1
inputs:
# Required arguments
sarifFile:
junitFile:
-
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):