We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e8bdd commit 4cb16a3Copy full SHA for 4cb16a3
2 files changed
.github/workflows/cve-scanning-gradle.yml
@@ -23,5 +23,4 @@ jobs:
23
- name: Build with Gradle
24
run: ./gradlew build
25
- name: CVEs
26
- run: ./gradlew dependencyCheckAggregate
27
-
+ run: ./gradlew dependencyCheckAggregate -DnvdApiKey=${{ secrets.NVD_API_KEY }} -DnvdApiDelay=5000
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
3
- id "org.owasp.dependencycheck" version "9.0.9"
+ id "org.owasp.dependencycheck" version "12.1.3"
4
}
5
6
ext.projectVersion = '3.2.0-SNAPSHOT'
0 commit comments