From 90d118f89ce7573a91188133d051787ed8ab9e70 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Fri, 12 Oct 2018 15:36:57 +0800 Subject: [PATCH] 20180083: Job [HRB_Dependency_Check] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by §õº~? --- jobs/HRB_Dependency_Check/config.xml | 89 ++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 jobs/HRB_Dependency_Check/config.xml diff --git a/jobs/HRB_Dependency_Check/config.xml b/jobs/HRB_Dependency_Check/config.xml new file mode 100644 index 00000000..ec29c687 --- /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 -- 2.26.2