Add step-security insights url in job summary by varunsh-coder · Pull Request #227 · step-security/harden-runner (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
[](/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)
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.
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 }})