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

image: Build the scorecard command from this repo's wrapper instead of copying #316

Closed
wants to merge 2 commits into from

Commits on May 25, 2022

  1. image: Build the scorecard command from source instead of copying

    This is another step in getting rid of the bash-based entrypoint.
    By building from the scorecard-action source, we're ensuring a few
    things:
    - The existing entrypoint leverages the wrapper code
    - We only track the scorecard dependency in a single location (go.mod)
    
    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 25, 2022
    Configuration menu
    Copy the full SHA
    6052667 View commit details
    Browse the repository at this point in the history
  2. image: Include event paths for testing scenarios

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 25, 2022
    Configuration menu
    Copy the full SHA
    eb836e4 View commit details
    Browse the repository at this point in the history