NO-JIRA don't require dotnet for OWASP

This commit is contained in:
Justin Bertram 2024-10-29 13:43:57 -05:00 committed by GitHub
parent e244879bfe
commit f0f937a66c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -385,8 +385,9 @@
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>
<version>${owasp.version}</version> <version>${owasp.version}</version>
<configuration> <configuration>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<!-- <skipProvidedScope>true</skipProvidedScope> <!-- <skipProvidedScope>true</skipProvidedScope>
<skipRuntimeScope>true</skipRuntimeScope> --> <skipRuntimeScope>true</skipRuntimeScope> -->
</configuration> </configuration>
<executions> <executions>
<execution> <execution>