mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Suppresses nohttp check of pom.xml since campers will have insecure link to nexus repository
This commit is contained in:
parent
2b41f9e11b
commit
cf06261823
1 changed files with 1 additions and 0 deletions
|
@ -8,4 +8,5 @@
|
||||||
<suppress files="build/.*" checks=".*"/>
|
<suppress files="build/.*" checks=".*"/>
|
||||||
<suppress files="[\\/]build.log" checks="NoHttp"/>
|
<suppress files="[\\/]build.log" checks="NoHttp"/>
|
||||||
<suppress files=".+\.(jar|git|ico|p12|gif|jks|jpg|svg)" checks="NoHttp"/>
|
<suppress files=".+\.(jar|git|ico|p12|gif|jks|jpg|svg)" checks="NoHttp"/>
|
||||||
|
<suppress files="pom.xml" checks="NoHttp"/>
|
||||||
</suppressions>
|
</suppressions>
|
||||||
|
|
Loading…
Reference in a new issue