diff --git a/jobs/HRB_Dependency_Check/config.xml b/jobs/HRB_Dependency_Check/config.xml new file mode 100644 index 0000000000000000000000000000000000000000..ec29c687c6d32f88982d628ca665ba3ecfc57c7d --- /dev/null +++ b/jobs/HRB_Dependency_Check/config.xml @@ -0,0 +1,89 @@ + + + + 主要是檢查軟體是否有弱洞或者是寫法有問題的第三方工具 +步驟 +1. Delete worksapce +2. Copy all of the files from daily build +3. Run dependency-check then create the report +4. Print report + false + + + ylhealth + + + + 1 + 3 + -1 + -1 + + + + + 2 + + + https://cm.ylhealth.org/gitlab/ym/HRB.git + 3485e854-8389-40e8-8c86-b94e94e91904 + + + + + $Build_Branch + + + false + + + + "OWASP ZAP Server" + false + false + false + false + + false + + + C:\dependency-check\bin\dependency-check.bat --project %JOB_NAME% -s %WORKSPACE% -f ALL + + + + + + + low + [DependencyCheck] + UTF-8 + false + false + false + false + + + + + + + + + + + + + + + + + + + true + true + false + **/dependency-check-report.xml + + + + \ No newline at end of file