You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If allow-dependencies-licenses input contains a lot of entries, the generated sumary is very difficult to read as it will contain the full list of ignored packages.
Expected behavior
Limit Excluded from license check in the summary to only contain packages that were detected in the execution (i.e. if I have pkg:nuget/Package.Name defined in allow-dependencies-licenses but this package was not detected in the current workflow, do not list it).
Alternatively, if the above is too much work, simply make Excluded from license check as collapsable details (using the <details> and <summary> tag elements).
Describe the bug
If
allow-dependencies-licenses
input contains a lot of entries, the generated sumary is very difficult to read as it will contain the full list of ignored packages.To Reproduce
allow-dependencies-licenses
: https://gist.github.com/jtomkiew-mng/5102060143b01ca41ad033d3cbd18f16Expected behavior
Limit
Excluded from license check
in the summary to only contain packages that were detected in the execution (i.e. if I havepkg:nuget/Package.Name
defined inallow-dependencies-licenses
but this package was not detected in the current workflow, do not list it).Alternatively, if the above is too much work, simply make
Excluded from license check
as collapsable details (using the<details>
and<summary>
tag elements).Screenshots
Action version
v4.3.3
Examples
Example config file: https://gist.github.com/jtomkiew-mng/5102060143b01ca41ad033d3cbd18f16
Example project file:
Example workflow step:
Additional context
None.
The text was updated successfully, but these errors were encountered: