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 53ff697 commit 7477a3dCopy full SHA for 7477a3d
.github/workflows/owasp-dependency-check-daily.yml
@@ -20,6 +20,8 @@ jobs:
20
java-version: 17
21
22
- uses: gradle/gradle-build-action@v3
23
+ env:
24
+ NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
25
with:
26
arguments: ":agent:agent:dependencyCheckAnalyze"
27
0 commit comments