peter-murray / github-security-report-action

MIT License
78 stars 27 forks source link

An option to target a particular ref in a GitHub repo #15

Open peksin opened 1 year ago

peksin commented 1 year ago

It would be handy to have an option to specify the ref that you are targeting in a repo, because the dependencies or code scanning results could be different on different branches etc... Not to mention that you need to specify the branch to retrieve the code scanning alerts if you have scanned anything other than the main branch. Right now the program seems to default to /refs/heads/main.

Is this repo still being maintained? I'm working on implementing the functionality mentioned above based on a more up-to-date fork of this project (here). I'd be happy to send a PR here as well when I'm done, but it would require some other open PRs to be merged first :)

peter-murray commented 1 year ago

I have a number of changes coming in to the vnext branch that should accommodate alternate branches.