Skip to content

Commit f9571a4

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 4ea0477 commit f9571a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ stages:
7575
- task: PublishTestResults@2
7676
displayName: "Publish Trivy Test Results"
7777
inputs:
78-
testResultsFiles: "$(System.DefaultWorkingDirectory)/trivy-report.xml"
78+
testResultsFormat: 'JUnit'
79+
testResultsFiles: "**/trivy-report.xml"

0 commit comments

Comments
 (0)