diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 93a72ccb..09af572c 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -39,6 +39,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + NVD_API_KEY: ${{ secrets.NVD_TOKEN }} # note that we deliberately turn off the OWASP dependency checker here, it will run in a separate job, # such that its results can be viewed independently of what Sonar has to say run: | diff --git a/pom.xml b/pom.xml index 24c66100..ddf4a7a4 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ org.owasp dependency-check-maven - 8.4.3 + 9.0.4