Update markdown

This commit is contained in:
Varun Sharma 2023-10-27 13:37:20 -07:00
commit 0827586e44
7 changed files with 11 additions and 11 deletions

4
dist/index.js vendored
View file

@ -2914,7 +2914,7 @@ function addSummary() {
return;
}
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full Runtime Security Report & Recommended Policy</a></b></p>`;
yield core.summary.addSeparator().addRaw(`<h2>🔒 StepSecurity Report</h2>`);
yield core.summary.addSeparator().addRaw(`<h2>🛡 StepSecurity Report</h2>`);
tableEntries.sort((a, b) => {
if (a.status === "❌ Blocked" && b.status !== "❌ Blocked") {
return -1;
@ -2929,7 +2929,7 @@ function addSummary() {
tableEntries = tableEntries.slice(0, 3);
yield core.summary.addRaw(`
<blockquote>
<p>Preview of the network events that occurred on the GitHub-hosted runner during this workflow run.</p></blockquote>
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
<h3>Network Events</h3>
<table>
<thead>

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

4
dist/post/index.js vendored
View file

@ -61212,7 +61212,7 @@ function addSummary() {
return;
}
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full Runtime Security Report & Recommended Policy</a></b></p>`;
yield core.summary.addSeparator().addRaw(`<h2>🔒 StepSecurity Report</h2>`);
yield core.summary.addSeparator().addRaw(`<h2>🛡 StepSecurity Report</h2>`);
tableEntries.sort((a, b) => {
if (a.status === "❌ Blocked" && b.status !== "❌ Blocked") {
return -1;
@ -61227,7 +61227,7 @@ function addSummary() {
tableEntries = tableEntries.slice(0, 3);
yield core.summary.addRaw(`
<blockquote>
<p>Preview of the network events that occurred on the GitHub-hosted runner during this workflow run.</p></blockquote>
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
<h3>Network Events</h3>
<table>
<thead>

File diff suppressed because one or more lines are too long

4
dist/pre/index.js vendored
View file

@ -69086,7 +69086,7 @@ function addSummary() {
return;
}
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full Runtime Security Report & Recommended Policy</a></b></p>`;
yield core.summary.addSeparator().addRaw(`<h2>🔒 StepSecurity Report</h2>`);
yield core.summary.addSeparator().addRaw(`<h2>🛡 StepSecurity Report</h2>`);
tableEntries.sort((a, b) => {
if (a.status === "❌ Blocked" && b.status !== "❌ Blocked") {
return -1;
@ -69101,7 +69101,7 @@ function addSummary() {
tableEntries = tableEntries.slice(0, 3);
yield core.summary.addRaw(`
<blockquote>
<p>Preview of the network events that occurred on the GitHub-hosted runner during this workflow run.</p></blockquote>
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
<h3>Network Events</h3>
<table>
<thead>

File diff suppressed because one or more lines are too long

View file

@ -103,7 +103,7 @@ export async function addSummary() {
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full Runtime Security Report & Recommended Policy</a></b></p>`;
await core.summary.addSeparator().addRaw(`<h2>🔒 StepSecurity Report</h2>`);
await core.summary.addSeparator().addRaw(`<h2>🛡 StepSecurity Report</h2>`);
tableEntries.sort((a, b) => {
if (a.status === "❌ Blocked" && b.status !== "❌ Blocked") {
@ -119,7 +119,7 @@ export async function addSummary() {
await core.summary.addRaw(`
<blockquote>
<p>Preview of the network events that occurred on the GitHub-hosted runner during this workflow run.</p></blockquote>
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
<h3>Network Events</h3>
<table>
<thead>