chore: make greetings on PR First-time Contrib#8885
chore: make greetings on PR First-time Contrib#8885ddevsr wants to merge 3 commits intocodeigniter4:developfrom
Conversation
pull_requedt_target should not be used for security reasons.
|
By Claude 3 Sonnet. Q: We are running an open source project on GitHub and using GitHub Actions for all pull requests. What are the security considerations when using When using the
To mitigate these risks, consider the following best practices:
By following these best practices, you can mitigate the risks associated with running untrusted code in your GitHub Actions workflows and maintain a secure environment for your open-source project. |
|
Based on |
|
@ddevsr Thank you. But did you test this works on pull requests by contributers? |
|
By ChatGPT. Using 1. Access to Secrets
2. Careful with Untrusted Code
3. Use Limited Scopes
4. Review and Approval
5. Limit Workflow Modifications
6. Consider Alternative Triggers
7. Custom Environment Variables
SummaryUsing |
| greeting: | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| issues: read |
There was a problem hiding this comment.
This line does not seem to be needed.
| issues: read |
Description
Ref codeigniter4/CodeIgniter4#8878.
Checklist: