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

first-interaction: Fix repository issues #204

Merged
merged 2 commits into from
Jul 14, 2022
Merged

Commits on Jul 14, 2022

  1. Per [1], we need to use pull_request_target instead of pull_request

    here. The tl;dr is that this runs as the *users* credentials, but they
    may not have access to the repo.
    
    See also [2].
    
    [1] https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
    [2] actions/first-interaction#31
    
    Signed-off-by: Kyle Mestery <[email protected]>
    mestery committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8ebc51f View commit details
    Browse the repository at this point in the history
  2. Fix Dockerfile linting errors

    Signed-off-by: Kyle Mestery <[email protected]>
    mestery committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d77900d View commit details
    Browse the repository at this point in the history