microsoft / PowerShellForGitHub

Microsoft PowerShell wrapper for GitHub API
Other
582 stars 184 forks source link

Set-GitHubRepository: Add Support for 'Secret Scanning' Option #390

Closed X-Guardian closed 1 year ago

X-Guardian commented 1 year ago

Feature Idea Summary

GitHub have recently made Secret Scanning available for free on public repositories. The ability to enable this should be added to the Set-GitHubRepository Cmdlet.

Note: this can't be added to the New-GitHubRepository cmdlet as the underlying GitHub create repo API does not support it.

Feature Idea Additional Details

References:
API Reference
Parameters

Requested Assignment