Skip to content

Commit 494d650

Browse files
committed
Add NVD api key for CVEs scanning
1 parent d9a0232 commit 494d650

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
@@ -13,6 +13,8 @@ on:
1313
jobs:
1414
scan:
1515
runs-on: ubuntu-latest
16+
env:
17+
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
1618
steps:
1719
- uses: actions/checkout@v4
1820
- name: Set up JDK 17
@@ -24,4 +26,5 @@ jobs:
2426
run: ./gradlew build
2527
- name: CVEs
2628
run: ./gradlew dependencyCheckAggregate
29+
2730

0 commit comments

Comments
 (0)