Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add step-security insights url in job summary #227

Merged
merged 11 commits into from Jan 13, 2023
Merged

Add step-security insights url in job summary #227

merged 11 commits into from Jan 13, 2023

Conversation

varunsh-coder
Copy link
Member

No description provided.


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
ashishkurmi previously approved these changes Jan 12, 2023
@codecov-commenter
Copy link

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.

@varunsh-coder varunsh-coder merged commit 18bf8ad into main Jan 13, 2023
@varunsh-coder varunsh-coder deleted the rc-2 branch January 13, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants