terraform-provider-github
terraform-provider-github copied to clipboard
feat: Add secret_scanning_push_protection_custom_link option to set in GitHub organization
Resolves #2390
Before the change?
There is no way to set secret_scanning_push_protection_custom_link
parameter
*
After the change?
Should be able to set secret_scanning_push_protection_custom_link
parameter for the URL that will be displayed to contributors who are blocked from pushing a secret.
*
Pull request checklist
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been reviewed and added / updated if needed (for bug fixes / features)
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
- [ ] Yes
- [x] No