When a Github workflow run fails, there could be scenarios when it's desired to report the failures as Github issues. This could be beneficial to make those errors more visible in critical workflows, such as, publish jobs and CVE scans.
Proposal
To use the report-vulnerability-in-gh.yaml added in #72 to report when a job from a Github workflow fails.
Context
When a Github workflow run fails, there could be scenarios when it's desired to report the failures as Github issues. This could be beneficial to make those errors more visible in critical workflows, such as, publish jobs and CVE scans.
Proposal
To use the
report-vulnerability-in-gh.yaml
added in #72 to report when a job from a Github workflow fails.