Skip to content

Commit 0e6b1f3

Browse files
authored
fix: Update pr.yml to use PUseNVDKey
1 parent 5001ba0 commit 0e6b1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: "Executing unit tests and checking code coverage"
3030
- run: ( ./gradlew pitest )
3131
name: "Executing mutation tests"
32-
- run: ( ./gradlew dependencyCheckAnalyze )
32+
- run: ( ./gradlew dependencyCheckAnalyze -PUseNVDKey )
3333
name: "Executing dependency vulnerability checks"
3434
trivy-static-analysis:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)