Skip to content
Snippets Groups Projects
Commit 3f1ce709 authored by Manish Jangid's avatar Manish Jangid
Browse files

Merge remote-tracking branch 'origin/master' into master-dev-merge

parents a1c4bdfc 62376eda
No related branches found
No related tags found
3 merge requests!342Adding support for EKS 1.23,!329Fix spring vulnerabilities,!328Fix spring vulnerabilities
......@@ -179,7 +179,13 @@
<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>
<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