diff --git a/provider/indexer-aws/pom.xml b/provider/indexer-aws/pom.xml index 8fa699cf6d53141dd0b7050c0ab5ba7e3ab2433d..b6d6c4edc65b1fa83894faaafd3be695856297d2 100644 --- a/provider/indexer-aws/pom.xml +++ b/provider/indexer-aws/pom.xml @@ -205,21 +205,24 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>6.2.2</version> - <executions> - <execution> + <plugin> + <groupId>org.owasp</groupId> + <artifactId>dependency-check-maven</artifactId> + <version>7.4.4</version> <configuration> - <skip>true</skip> + <!-- .Disable Net content--> + <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> + <nugetconfAnalyzerEnabled>false</nugetconfAnalyzerEnabled> + <nuspecAnalyzerEnabled>false</nuspecAnalyzerEnabled> </configuration> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> + <executions> + <execution> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> </project>