Skip to content

Commit d012e27

Browse files
committed
Add missing parameter to use OWASP_API_KEY
Add missing parameter to use OWASP_API_KEY
1 parent 57f2995 commit d012e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tox-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
--project "starmap-client" \
117117
--out "dependency-check" \
118118
--format "ALL" \
119+
--nvdApiKey ${{ secrets.OWASP_API_KEY }} \
119120
--enableExperimental \
120121
--scan . \
121122
--data .code_scanning/dependency-check/data \

0 commit comments

Comments
 (0)