Add one more line break
This commit is contained in:
+1
@@ -1663,6 +1663,7 @@ function addSummaryToSummary(vulnerableChanges, invalidLicenseChanges, deniedCha
|
|||||||
}
|
}
|
||||||
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.<br>`, true);
|
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>`, true);
|
||||||
|
core.summary.addEOL();
|
||||||
}
|
}
|
||||||
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
@@ -113,6 +113,7 @@ function addDenyListsDeprecationWarningToSummary(): void {
|
|||||||
`${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>`,
|
`${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>`,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
|
core.summary.addEOL()
|
||||||
}
|
}
|
||||||
|
|
||||||
function countScorecardWarnings(
|
function countScorecardWarnings(
|
||||||
|
|||||||
Reference in New Issue
Block a user