Uh oh!
There was an error while loading. Please reload this page.
chore: make greetings on PR First-time Contrib - #8885
Conversation
Uh oh!
There was an error while loading. Please reload this page.
pull_requedt_target should not be used for security reasons.
kenjis
commented
May 11, 2024
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. |
paulbalandan
commented
Jun 10, 2024
Based on |
kenjis
commented
Jun 12, 2024
kenjis
commented
Aug 8, 2024
@ddevsr Thank you. But did you test this works on pull requests by contributers? |
kenjis
commented
Aug 8, 2024
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: