feat: Adjusts the formatting and content for the status header
This commit is contained in:
+1
-4
@@ -54,10 +54,7 @@ async function run(): Promise<void> {
|
||||
}
|
||||
)
|
||||
|
||||
summary.addSummaryToSummary(
|
||||
config.vulnerability_check ? addedChanges : null,
|
||||
config.license_check ? invalidLicenseChanges : null
|
||||
)
|
||||
summary.addSummaryToSummary(addedChanges, invalidLicenseChanges, config)
|
||||
|
||||
if (config.vulnerability_check) {
|
||||
summary.addChangeVulnerabilitiesToSummary(addedChanges, minSeverity)
|
||||
|
||||
Reference in New Issue
Block a user