peter-murray / github-security-report-action

MIT License
78 stars 27 forks source link

Partial implementation of template parameter & report #9

Open jorge-abarca opened 2 years ago

jorge-abarca commented 2 years ago

This PR is meant to help with a partial implementation of handling the template parameter based on the work done by GeekMasher.

This includes a pretty basic report template that breaks open issues by severity. It also includes an action for updating the dist folder, as well as some PRs suggested by Dependabot.

jorge-abarca commented 2 years ago

I made additional changes to the PR. Let me list what they are.

Bug Fixes

This PR addresses the following issues:

New Functionality

This PR also adds the following functionality:

Development Experience Improvements

Additionally, this PR has the following proposed development experience improvements:

Mocking is achieved by leveraging a mocking directory inside samples. JSON files representing the mocked responses for the paginate and graphql methods are used by testUtils.js to provide this functionality.