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

Retrieve CodeQL checks after the workflow is done #2

Open
3 of 4 tasks
rajbos opened this issue Oct 18, 2021 · 2 comments
Open
3 of 4 tasks

Retrieve CodeQL checks after the workflow is done #2

rajbos opened this issue Oct 18, 2021 · 2 comments
Assignees

Comments

@rajbos
Copy link
Owner

rajbos commented Oct 18, 2021

Steps to retrieve the CodeQL findings from:

  • Find the executed CodeQL workflow after injecting it and wait for it to complete. If it fails, inject a comment in the request issue
  • List the languages the scan was successful for (at least one should run successfully)
  • Find the number of security findings (from the repo I think), see example here
  • Show the information as a badge in a new comment of the request issue
@rajbos
Copy link
Owner Author

rajbos commented Oct 22, 2021

For inspiration, we can check some steps here.

@rajbos rajbos self-assigned this Nov 4, 2021
@rajbos rajbos mentioned this issue Nov 5, 2021
3 tasks
@rajbos
Copy link
Owner Author

rajbos commented Nov 5, 2021

Todo:

  • Check the individual jobs for the results, before failing this javascript check
  • Remove the dispatch on push from the template
  • Trigger the workflow by filename, instead of by id, since we will not be able to get the id with the previous action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant