Skip to content
Snippets Groups Projects
Commit f97b3db9 authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

fixing dependency check

parent 97c05bd7
No related branches found
No related tags found
1 merge request!288fixing dependency check
Pipeline #158417 failed
......@@ -221,12 +221,15 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.2.2</version>
<version>7.4.4</version>
<configuration>
<!-- .Disable Net content-->
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<nugetconfAnalyzerEnabled>false</nugetconfAnalyzerEnabled>
<nuspecAnalyzerEnabled>false</nuspecAnalyzerEnabled>
</configuration>
<executions>
<execution>
<configuration>
<skip>true</skip>
</configuration>
<goals>
<goal>check</goal>
</goals>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment