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 00c3963e67f9 chore(ci): higher delay to avoid hitting rate limit
00c3963e67f9 is described below
commit 00c3963e67f9f2830997b76cb081bf19610127f6
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Feb 12 15:46:35 2026 +0100
chore(ci): higher delay to avoid hitting rate limit
---
.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 7b3581f4f831..f15a189b55fe 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 -DnvdApiKey=${{
secrets.NVD_API_KEY }} -l owasp-check.log
+ run: ./mvnw -B -Pdependencycheck validate -DskipTests -DnvdApiKey=${{
secrets.NVD_API_KEY }} -DnvdApiDelay=5000 -l owasp-check.log
- name: Upload OWASP Report
uses: actions/upload-artifact@v4
if: always()