Update markdown

This commit is contained in:
Varun Sharma 2023-11-05 21:42:42 -08:00
commit ddd6620b25
7 changed files with 11 additions and 11 deletions

4
dist/index.js vendored
View file

@ -2913,7 +2913,7 @@ function addSummary() {
if (tableEntries.length === 0) {
return;
}
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full Runtime Security Report & Recommended Policy</a></b></p>`;
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full GitHub Actions Security Report & Recommendations</a></b></p>`;
yield core.summary.addSeparator().addRaw(`<h2>🛡 StepSecurity Report</h2>`);
tableEntries.sort((a, b) => {
if (a.status === "❌ Blocked" && b.status !== "❌ Blocked") {
@ -2929,7 +2929,7 @@ function addSummary() {
tableEntries = tableEntries.slice(0, 3);
yield core.summary.addRaw(`
<blockquote>
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
<p>Preview of the GitHub Actions Security Report for 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

@ -2913,7 +2913,7 @@ function addSummary() {
if (tableEntries.length === 0) {
return;
}
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full Runtime Security Report & Recommended Policy</a></b></p>`;
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full GitHub Actions Security Report & Recommendations</a></b></p>`;
yield core.summary.addSeparator().addRaw(`<h2>🛡 StepSecurity Report</h2>`);
tableEntries.sort((a, b) => {
if (a.status === "❌ Blocked" && b.status !== "❌ Blocked") {
@ -2929,7 +2929,7 @@ function addSummary() {
tableEntries = tableEntries.slice(0, 3);
yield core.summary.addRaw(`
<blockquote>
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
<p>Preview of the GitHub Actions Security Report for 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

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

File diff suppressed because one or more lines are too long

View file

@ -101,7 +101,7 @@ export async function addSummary() {
return;
}
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full Runtime Security Report & Recommended Policy</a></b></p>`;
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full GitHub Actions Security Report & Recommendations</a></b></p>`;
await core.summary.addSeparator().addRaw(`<h2>🛡 StepSecurity Report</h2>`);
@ -119,7 +119,7 @@ export async function addSummary() {
await core.summary.addRaw(`
<blockquote>
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
<p>Preview of the GitHub Actions Security Report for this workflow run.</p></blockquote>
<h3>Network Events</h3>
<table>
<thead>