google / go-github

Go library for accessing the GitHub v3 API
https://pkg.go.dev/github.com/google/go-github/v63/github
BSD 3-Clause "New" or "Revised" License
10.29k stars 2.04k forks source link

Add support for new Code Security Configurations API #3211

Open RickleAndMortimer opened 1 month ago

RickleAndMortimer commented 1 month ago

https://github.blog/changelog/2024-07-17-code-security-configurations-api-now-includes-validity-checks-enforcement-and-removal/

The blog describes added support for three new API endpoints:

/orgs/{org}/code-security/configurations/detach

/orgs/{org}/code-security/configurations

/orgs/{org}/code-security/configurations/{configuration_id}

I can work on this task if we are interested in implementing these endpoints to this repo

gmlewis commented 1 month ago

Great, thank you, @RickleAndMortimer ! It's yours.