google / go-github

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

Feature Request: Repository SBOM generation #2864

Closed vandanrohatgi closed 1 year ago

vandanrohatgi commented 1 year ago

While using the package v53.2.0 I was trying to fetch SBOM for a repository. But looks like that method is not yet implemented.

Please let me know if this is a valid feature request. If it is, I would love to open a PR.

gmlewis commented 1 year ago

Please let me know if this is a valid feature request. If it is, I would love to open a PR.

Yes it is. Thank you, @vandanrohatgi ! It's yours. Please see CONTRIBUTING.md for details about writing PRs for this repo.

marians commented 1 year ago

This would be an appreciated addition!

marians commented 1 year ago

And it's already released. Wow! https://github.com/google/go-github/releases/tag/v54.0.0

Thanks for this contribution!