A6:2021 | Vulnerable and Outdated Components (7) | Cycubix Docs
How do I generate a Bill of Materials
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>5.3.2</version>
<configuration>
<failBuildOnCVSS>7</failBuildOnCVSS>
<skipProvidedScope>true</skipProvidedScope>
<skipRuntimeScope>true</skipRuntimeScope>
<suppressionFiles>
<suppressionFile>project-suppression.xml</suppressionFile>
</suppressionFiles>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
PreviousA6:2021 | Vulnerable and Outdated Components (6) | Cycubix DocsNextA6:2021 | Vulnerable and Outdated Components (8) | Cycubix Docs
Last updated
Was this helpful?

