File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 9090 run : mvn clean install -P dist -P skip-static-checks,skip-tests -Dmaven.javadoc.skip=true -Dcyclonedx.skip=true -Dweb.console.skip=true
9191
9292 - name : security vulnerabilities check
93+ env :
94+ OSS_INDEX_USERNAME : ${{ secrets.OSS_INDEX_USERNAME }}
95+ OSS_INDEX_PASSWORD : ${{ secrets.OSS_INDEX_PASSWORD }}
96+ NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
9397 run : |
94- mvn dependency-check:purge dependency-check:check || { echo "
98+ mvn -B dependency-check:purge dependency-check:check -DnvdApiKey=$NVD_API_KEY -DossIndexUsername=$OSS_INDEX_USERNAME -DossIndexPassword=$OSS_INDEX_PASSWORD || { echo "
9599 The OWASP dependency check has found security vulnerabilities. Please use a newer version
96100 of the dependency that does not have vulnerabilities. To see a report run
97101 `mvn dependency-check:check`
Original file line number Diff line number Diff line change @@ -2466,11 +2466,20 @@ module: java-core
24662466license_name : Apache License version 2.0
24672467version : 1.8.1
24682468libraries :
2469- - at.yawk.lz4 : lz4-java
24702469 - org.lz4 : lz4-java
24712470
24722471---
24732472
2473+ name : LZ4 Java
2474+ license_category : binary
2475+ module : java-core
2476+ license_name : Apache License version 2.0
2477+ version : 1.10.2
2478+ libraries :
2479+ - at.yawk.lz4 : lz4-java
2480+
2481+ ---
2482+
24742483name : MapDB
24752484license_category : binary
24762485module : java-core
Original file line number Diff line number Diff line change 911911 <dependency >
912912 <groupId >at.yawk.lz4</groupId >
913913 <artifactId >lz4-java</artifactId >
914- <version >1.8.1 </version >
914+ <version >1.10.2 </version >
915915 </dependency >
916916 <dependency >
917917 <groupId >org.xerial.snappy</groupId >
18461846 <plugin >
18471847 <groupId >org.owasp</groupId >
18481848 <artifactId >dependency-check-maven</artifactId >
1849- <version >12.1 .0</version >
1849+ <version >12.2 .0</version >
18501850 <configuration >
18511851 <nvdApiKey >${nvdApiKey} </nvdApiKey >
1852- <ossIndexServerId >ossindex-credentials</ossIndexServerId >
18531852 <failBuildOnCVSS >7</failBuildOnCVSS >
18541853 <skipProvidedScope >true</skipProvidedScope >
18551854 <skipSystemScope >true</skipSystemScope > <!-- avoid error when processing jdk.tools:jdk.tools:jar:1.8:system -->
You can’t perform that action at this time.
0 commit comments