When a contributor pushes a PR from a fork to an open-sourced organization repository, the Gitleaks action fails due to a missing license key. The request is to allow these PRs to proceed without requiring a license key.
**Is your feature request related to a problem? Please describe.** If a contributor is pushing a PR in an org. repo that is open sourced, the gitleaks action is unable to pickup the license key from the org. or repo secret. as a consequence, the gitleaks job fails stating it is expecting a license for orgs **Describe the solution you'd like** Gitleaks action should accept PRs without license key on org. repo if the PR comes from a fork by a user **Describe alternatives you've considered** We manually ignore the gitleak error for now after manually verifying the PR. Another suggestion would be to run the gitleaks cli instead of the gitleaks gh action **Additional context** N/A cc @zricethezav