WIP: summary test

This commit is contained in:
Eli Reisman
2024-06-04 11:21:15 -07:00
parent f7aca4f481
commit 5460632ba9
2 changed files with 36 additions and 4 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ const icons = {
warning: '⚠️'
}
// generates the initial DR summmary and applies to the Action's core.summary
// returns a string array of all the formatted values in the event we need
// to replace them in the PR comment due to length restrictions
// generates the DR report summmary and caches it to the Action's core.summary.
// returns the DR summary string, ready to be posted as a PR comment if the
// final DR report is too large
export function addSummaryToSummary(
vulnerableChanges: Changes,
invalidLicenseChanges: InvalidLicenseChanges,