dependency-check maven OWASP security plugin - XML report?

Answered

Looking for suggestions about how to configure TeamCity to publish a report page from the XML output of the OWASP maven dependency-check plugin.

https://www.owasp.org/index.php/OWASP_Dependency_Check

 

 

0
2 comments

Hello Christopher,

There is no special support for OWASP dependency check plugin in TeamCity. Please see the related blog post: http://www.techtalkdc.com/introducing-pacmon-dependency-check-integration-for-teamcity/, probably it could be useful.

If you have any thoughts how this integration should be present in TeamCity, please feel free to create a feature request in our tracker.

0

I've been able to successfully feed the JUNIT reports produced by OWASP Dependency Check to TeamCity 2024.12.3. Works like a charm.

features {
        xmlReport {
            reportType = XmlReport.XmlReportType.JUNIT
            rules = "+:build/reports/dependency-check-junit.xml"
        }
    }
0

Please sign in to leave a comment.