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

Lock down GitHub Actions Security #227

Open
briansmith opened this issue Apr 26, 2021 · 0 comments
Open

Lock down GitHub Actions Security #227

briansmith opened this issue Apr 26, 2021 · 0 comments
Assignees

Comments

@briansmith
Copy link
Owner

briansmith commented Apr 26, 2021

Do for webpki what we propose for ring in briansmith/ring#1256.

Over the weekend, I merged PR #225 which minimizes the permissions of the GitHub token, and did the same for ring. I also changed the default permission of the GitHub token from read-write to read-only in the repository settings, but I don't think people can see this.

Now we still need to follow the (rest of the) guidance in https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions to lock down our CI/CD.

Further, we need to ensure that all the dependencies of webpki have implemented that guidance.

Further, we need to extend our CI/CD to ensure that no new dependencies without such hardening are added as dependencies of webpki.

@briansmith briansmith self-assigned this Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant