Skip to content

Commit

Permalink
Merge pull request #14 from madpeteguy/feature/junit
Browse files Browse the repository at this point in the history
Test of different junit results.
  • Loading branch information
madpeteguy authored Mar 2, 2024
2 parents b4256be + f243a04 commit 71ba61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgdata/scripts/trivy-json-to-junitxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def xml_testcase(testsuite, name, classname):


def xml_skipped(testcase, message):
skipped = __xml_document.createElement("failure")
skipped = __xml_document.createElement("skipped")
skipped.setAttribute('message', message)
testcase.appendChild(skipped)
return skipped
Expand Down

0 comments on commit 71ba61c

Please sign in to comment.