All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.pmckeown.dependencytrack.finding.report.FindingsReportConstants Maven / Gradle / Ivy

Go to download

Maven plugin to integrate with a Dependency Track server to submit dependency manifests and gather project metrics.

There is a newer version: 1.7.0
Show newest version
package io.github.pmckeown.dependencytrack.finding.report;

class FindingsReportConstants {

    protected static final String XML_REPORT_FILENAME = "dependency-track-findings.xml";

    protected static final String HTML_REPORT_FILENAME = "dependency-track-findings.html";

    private FindingsReportConstants() {
        // Do no instantiate
    }

    static final String META_INF_DIRECTORY = "/META-INF";

    static final String XSL_STYLESHEET_FILENAME = META_INF_DIRECTORY + "/dependency-track-findings-transformer.xsl";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy