summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/dependency-check-full.yaml
blob: 88b5f9de130c99325ce4adab48f2ff40b89cfd3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
publishers:
  - dependency-check:
      pattern: '**/dependency-check-report.xml'
      can-run-on-failed: true
      should-detect-modules: true
      healthy: 0
      unhealthy: 100
      health-threshold: 'high'
      thresholds:
          unstable:
              total-all: 90
              total-high: 80
              total-normal: 70
              total-low: 60
              new-all: 50
              new-high: 40
              new-normal: 30
              new-low: 20
          failed:
              total-all: 91
              total-high: 81
              total-normal: 71
              total-low: 61
              new-all: 51
              new-high: 41
              new-normal: 31
              new-low: 21
      default-encoding: 'utf-8'
      do-not-resolve-relative-paths: true
      dont-compute-new: false
      use-previous-build-as-reference: true
      use-stable-build-as-reference: true
      use-delta-values: true