chore: add dependency-check-suppressions and resolve sonar issues
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 2m58s
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 2m58s
This commit is contained in:
parent
63a3ab6b2a
commit
ad68c4c541
2 changed files with 7 additions and 2 deletions
3
dependency-check-suppressions.xml
Normal file
3
dependency-check-suppressions.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
|
||||
</suppressions>
|
6
pom.xml
6
pom.xml
|
@ -341,7 +341,6 @@
|
|||
</publishRegistry>
|
||||
</docker>
|
||||
<image>
|
||||
<!--<builder>dashaun/builder:tiny</builder>-->
|
||||
<name>cr.w9r.dev/spring-boot/${project.artifactId}:${project.version}</name>
|
||||
<publish>true</publish>
|
||||
</image>
|
||||
|
@ -398,6 +397,10 @@
|
|||
<nvdDatafeedUrl>https://vulnz.w9r.de/nvd/nvdcve-{0}.json.gz</nvdDatafeedUrl>
|
||||
<nvdDatafeedServerId>vulnz</nvdDatafeedServerId>
|
||||
<formats>HTML,XML,CSV,JSON,JUNIT,GITLAB</formats>
|
||||
<suppressionFiles>
|
||||
<suppressionFile>dependency-check-suppressions.xml</suppressionFile>
|
||||
<suppressionFile>https://w9r.dev/w9r.dev/dependency-check-suppressions/raw/branch/main/dependency-check-suppressions.xml</suppressionFile>
|
||||
</suppressionFiles>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
@ -515,7 +518,6 @@
|
|||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<image>
|
||||
<!--<builder>paketobuildpacks/builder-jammy-tiny:latest</builder>-->
|
||||
<builder>dashaun/builder:tiny</builder>
|
||||
<env>
|
||||
<BP_NATIVE_IMAGE>true</BP_NATIVE_IMAGE>
|
||||
|
|
Loading…
Add table
Reference in a new issue