Skip to content

Releases: peter-murray/github-security-report-action

v2

31 Jan 16:34
61a0ff4
Compare
Choose a tag to compare

This new version is completely re-written in TypeScript and adds tests to the mix to catch a few problems that cropped up with respect the API data being returned from CodeQL. THis means it should be easier to provide customized report templates as the objects are more strongly typed now 🎉

It also introduces the ability to run this in a standalone fashion outside of GitHub Actions, which complements our new command line tools that CodeQL scanning provide today.

Details around the standalone execution is here; https://github.com/marketplace/actions/github-security-report-action#standalone-execution

Initial Release

12 Sep 21:27
6355fc1
Compare
Choose a tag to compare

Initial release of report generation functionality