We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a0232 commit 2502f11Copy full SHA for 2502f11
1 file changed
.github/workflows/cve-scanning-gradle.yml
@@ -23,5 +23,8 @@ jobs:
23
- name: Build with Gradle
24
run: ./gradlew build
25
- name: CVEs
26
+ env:
27
+ NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
28
run: ./gradlew dependencyCheckAggregate
29
+
30
0 commit comments