NO-JIRA ignore test & provided scope for OWASP

This commit is contained in:
Justin Bertram 2024-10-29 15:14:36 -05:00 committed by GitHub
parent f0f937a66c
commit 5321882eb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -386,8 +386,8 @@
<version>${owasp.version}</version> <version>${owasp.version}</version>
<configuration> <configuration>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<!-- <skipProvidedScope>true</skipProvidedScope> <skipTestScope>true</skipTestScope>
<skipRuntimeScope>true</skipRuntimeScope> --> <skipProvidedScope>true</skipProvidedScope>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>