Add step-security insights url in job summary by varunsh-coder · Pull Request #227 · step-security/harden-runner (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@varunsh-coder

@h0x0er

[github-advanced-security[bot]](/apps/github-advanced-security)

await addSummary();
let output = cp.execSync(`cat ${github_summary}`).toString();

Check warning

Code scanning / CodeQL

Unnecessary use of `cat` process

Unnecessary use of `cat` process. Can be replaced with: fs.readFileSync(github_summary)

ashishkurmi

@varunsh-coder

@varunsh-coder

@codecov-commenter

Codecov Report

❗ No coverage uploaded for pull request base (main@b440145). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files

@@ Coverage Diff @@ ## main #227 +/- ##

Coverage ? 81.81%

Files ? 1
Lines ? 11
Branches ? 1

Hits ? 9
Misses ? 2
Partials ? 0

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

ashishkurmi

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})