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

fixing dependency check

parent 24702512
No related branches found
No related tags found
1 merge request!326fixing dependency check
Pipeline #158350 passed
......@@ -179,12 +179,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