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

haonan pushed a commit to branch fix_dependencies_check
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/fix_dependencies_check by this 
push:
     new bac6cc10369 fix
bac6cc10369 is described below

commit bac6cc1036971df7a24781effcd59e52af6df545
Author: HTHou <[email protected]>
AuthorDate: Mon Sep 22 17:18:23 2025 +0800

    fix
---
 .github/workflows/vulnerability-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/vulnerability-check.yml 
b/.github/workflows/vulnerability-check.yml
index c1d48b46d21..475d80887f7 100644
--- a/.github/workflows/vulnerability-check.yml
+++ b/.github/workflows/vulnerability-check.yml
@@ -41,7 +41,7 @@ jobs:
         run: mvn clean install -DskipTests
       - name: Do the dependency-check:check
         shell: bash
-        run: mvn org.owasp:dependency-check-maven:check 
[email protected] 
-DossIndexPassword=84aed1313ea99c3495c698bb90fd7b24c64f7f0a
+        run: mvn org.owasp:dependency-check-maven:check -DossIndexUsername=${{ 
secrets.OSS_INDEX_USER }} -DossIndexPassword=${{ secrets.OSS_INDEX_TOKEN }}
       - name: Do the dependency-check:aggregate
         shell: bash
         run: mvn org.owasp:dependency-check-maven:aggregate

Reply via email to