This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b896529f17d chore(ci): add nvd api key
3b896529f17d is described below

commit 3b896529f17df9f0236c18a738d304d66d31a99c
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Feb 12 13:16:14 2026 +0100

    chore(ci): add nvd api key
---
 .github/workflows/security-scan.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/security-scan.yml 
b/.github/workflows/security-scan.yml
index 21ef3807dba4..7b3581f4f831 100644
--- a/.github/workflows/security-scan.yml
+++ b/.github/workflows/security-scan.yml
@@ -42,7 +42,7 @@ jobs:
           java-version: '17'
           cache: 'maven'
       - name: OWASP Dependency Check
-        run: ./mvnw -B -Pdependencycheck validate -DskipTests -l 
owasp-check.log
+        run: ./mvnw -B -Pdependencycheck validate -DskipTests -DnvdApiKey=${{ 
secrets.NVD_API_KEY }} -l owasp-check.log
       - name: Upload OWASP Report
         uses: actions/upload-artifact@v4
         if: always()

Reply via email to