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

chore: Set permissions for GitHub actions #11436

Merged
merged 6 commits into from
Jul 1, 2022

Commits on Jun 29, 2022

  1. Add @ntbutler-nbcs as a contributor

    snipe committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    130c8ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180f36d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    423e743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97afafd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ebf125 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. chore: Set permissions for GitHub actions

     Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
    Signed-off-by: naveen <[email protected]>
    naveensrinivasan committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    ac94aa8 View commit details
    Browse the repository at this point in the history