Skip to content

Commit 9b7c3d7

Browse files
refactor: update dep check (#64)
* refactor: update dep check * ci: nvd api key
1 parent f4614a2 commit 9b7c3d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
steps:
2828
- name: Dependency Check
2929
uses: hypertrace/github-actions/dependency-check@main
30+
with:
31+
nvd-api-key: ${{ secrets.NVD_API_KEY }}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ hypertrace-integrationtest = { id = "org.hypertrace.integration-test-plugin", ve
100100
hypertrace-codestyle = { id = "org.hypertrace.code-style-plugin", version = "2.0.0" }
101101
hypertrace-docker-publish = { id = "org.hypertrace.docker-publish-plugin", version = "0.9.9" }
102102
hypertrace-docker-application = { id = "org.hypertrace.docker-java-application-plugin", version = "0.9.9" }
103-
owasp-dependencycheck = { id = "org.owasp.dependencycheck", version = "11.1.0" }
103+
owasp-dependencycheck = { id = "org.owasp.dependencycheck", version = "12.1.0" }
104104
google-protobuf = { id = "com.google.protobuf", version = "0.9.4" }
105105

106106
[bundles]

0 commit comments

Comments
 (0)