initial commit

This commit is contained in:
Adrien Pessu
2023-08-07 14:07:26 +02:00
parent 0e6dece6c7
commit 309d082d5f
4 changed files with 13 additions and 0 deletions
+3
View File
@@ -13,6 +13,7 @@ const icons = {
export function addSummaryToSummary(
vulnerableChanges: Changes,
invalidLicenseChanges: InvalidLicenseChanges,
deniedChanges: Changes,
config: ConfigurationOptions
): void {
core.summary.addHeading('Dependency Review', 1)
@@ -34,6 +35,8 @@ export function addSummaryToSummary(
return
}
core.summary.addList(deniedChanges.map(change => `${change.name} is denied`))
core.summary
.addRaw('The following issues were found:')
.addList([