mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-06 16:47:06 +00:00
Update markdown
This commit is contained in:
parent
b11d6ca1b9
commit
ddd6620b25
7 changed files with 11 additions and 11 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/post/index.js
vendored
4
dist/post/index.js
vendored
|
|
@ -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/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/pre/index.js
vendored
4
dist/pre/index.js
vendored
|
|
@ -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>
|
||||
|
|
|
|||
2
dist/pre/index.js.map
vendored
2
dist/pre/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue