Skip to content
Snippets Groups Projects
Commit 491d5859 authored by OZGCloud's avatar OZGCloud
Browse files

fix dependency check

parent a54db134
No related branches found
No related tags found
No related merge requests found
......@@ -168,22 +168,22 @@ pipeline {
dependencyCheckPublisher(
pattern: 'dependency-check-report.xml' ,
unstableNewCritical: 999,
unstableNewHigh: 999,
unstableNewMedium: 999,
unstableNewLow: 999,
unstableTotalCritical: 999,
unstableTotalHigh: 999,
unstableTotalMedium: 999,
unstableTotalLow: 999,
failedNewCritical: 999,
failedNewHigh: 999,
failedNewMedium: 999,
failedNewLow: 999,
failedTotalCritical: 999,
failedTotalHigh: 999,
failedTotalMedium: 999,
failedTotalLow: 999
//unstableNewCritical: 999,
//unstableNewHigh: 999,
//unstableNewMedium: 999,
//unstableNewLow: 999,
//unstableTotalCritical: 999,
//unstableTotalHigh: 999,
//unstableTotalMedium: 999,
//unstableTotalLow: 999,
//failedNewCritical: 999,
//failedNewHigh: 999,
//failedNewMedium: 999,
//failedNewLow: 999,
//failedTotalCritical: 999,
//failedTotalHigh: 999,
//failedTotalMedium: 999,
//failedTotalLow: 999
) }
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment