Skip to content

Commit 2502f11

Browse files
committed
Add NVD api key for CVEs scanning
1 parent d9a0232 commit 2502f11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cve-scanning-gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
- name: Build with Gradle
2424
run: ./gradlew build
2525
- name: CVEs
26+
env:
27+
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
2628
run: ./gradlew dependencyCheckAggregate
29+
2730

0 commit comments

Comments
 (0)