cfn_nag icon indicating copy to clipboard operation
cfn_nag copied to clipboard

[Request] JUnit XML output format

Open bryanburke opened this issue 5 years ago • 1 comments

JUnit XML is a widely used format for encoding test results in DevOps workflows. Many tools, such as Jenkins for example, can ingest the format and display the results graphically, which can be extremely useful, especially when non-developer architects are reviewing test results. Would it be possible for cfn_nag to support JUnit XML output in the future?

For reference, Ant's JUnit XML schema is here: https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd

bryanburke avatar Mar 19 '20 01:03 bryanburke

Yeah would be very cool ! :) But you can still take inspiration from https://github.com/aws-samples/cfn-security-scan-integration/blob/master/src/functions/junit_report.py

pproux avatar Mar 19 '21 15:03 pproux