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

Implementation of GitHub Bandit action #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 2, 2024

  1. Implementation of GitHub Bandit action

    A lot to say on this, so likely better to discuss in comments.
    
    Initially this Action will run on itself, to allow easier preview
    /review. Once review is satisified, we can remove the workflow file
    or point it to run against `post_comment.py` only
    
    Signed-off-by: Luke Hinds <[email protected]>
    lukehinds committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    eee3ae0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Fix review comments

    Signed-off-by: Luke Hinds <[email protected]>
    lukehinds committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    92b52de View commit details
    Browse the repository at this point in the history
  2. skip in readme was confusing

    Signed-off-by: Luke Hinds <[email protected]>
    lukehinds committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e309e63 View commit details
    Browse the repository at this point in the history