Skip to content

Commit

Permalink
test(reporter): Include all resolutions also in resolved config
Browse files Browse the repository at this point in the history
The reporter command has been changed to ensure that all resolutions
are included in the `OrtResult` before passing it around to the
reporters. Reflect that also in this test asset. This was left-over by
10c0362.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau authored and sschuberth committed Jan 9, 2024
1 parent fe76d2c commit a7f21df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a7f21df

Please sign in to comment.