diff --git a/plugins/reporters/opossum/src/funTest/assets/reporter-test-input.yml b/plugins/reporters/opossum/src/funTest/assets/reporter-test-input.yml index 586ba842c7b9b..daa6cc89281b6 100644 --- a/plugins/reporters/opossum/src/funTest/assets/reporter-test-input.yml +++ b/plugins/reporters/opossum/src/funTest/assets/reporter-test-input.yml @@ -758,6 +758,11 @@ resolved_configuration: curations: comment: "H2 database offers a license choice" concluded_license: "MPL-2.0 OR EPL-1.0" + resolutions: + rule_violations: + - message: "Apache-2.0 hint" + reason: "CANT_FIX_EXCEPTION" + comment: "Apache-2 is not an issue." labels: job_parameters.JOB_PARAM_1: "label job param 1" job_parameters.JOB_PARAM_2: "label job param 2" diff --git a/plugins/reporters/static-html/src/funTest/assets/reporter-test-input.yml b/plugins/reporters/static-html/src/funTest/assets/reporter-test-input.yml index 586ba842c7b9b..daa6cc89281b6 100644 --- a/plugins/reporters/static-html/src/funTest/assets/reporter-test-input.yml +++ b/plugins/reporters/static-html/src/funTest/assets/reporter-test-input.yml @@ -758,6 +758,11 @@ resolved_configuration: curations: comment: "H2 database offers a license choice" concluded_license: "MPL-2.0 OR EPL-1.0" + resolutions: + rule_violations: + - message: "Apache-2.0 hint" + reason: "CANT_FIX_EXCEPTION" + comment: "Apache-2 is not an issue." labels: job_parameters.JOB_PARAM_1: "label job param 1" job_parameters.JOB_PARAM_2: "label job param 2"