Add one more line break
This commit is contained in:
+1
-1
@@ -1662,7 +1662,7 @@ function addSummaryToSummary(vulnerableChanges, invalidLicenseChanges, deniedCha
|
|||||||
return out.join('\n');
|
return out.join('\n');
|
||||||
}
|
}
|
||||||
function addDenyListsDeprecationWarningToSummary() {
|
function addDenyListsDeprecationWarningToSummary() {
|
||||||
core.summary.addRaw(`${icons.warning} The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.\n\n`);
|
core.summary.addRaw(`${icons.warning} The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.<br><br>`);
|
||||||
}
|
}
|
||||||
function countScorecardWarnings(scorecard, config) {
|
function countScorecardWarnings(scorecard, config) {
|
||||||
return scorecard.dependencies.reduce((total, dependency) => {
|
return scorecard.dependencies.reduce((total, dependency) => {
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -110,7 +110,7 @@ export function addSummaryToSummary(
|
|||||||
|
|
||||||
function addDenyListsDeprecationWarningToSummary(): void {
|
function addDenyListsDeprecationWarningToSummary(): void {
|
||||||
core.summary.addRaw(
|
core.summary.addRaw(
|
||||||
`${icons.warning} The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.\n\n`
|
`${icons.warning} The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.<br><br>`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user