thought-machine / falco-probes

Automated build and mirror of eBPF kernel probes for use as a driver with the Falco runtime security agent (https://falco.org/)
Apache License 2.0
16 stars 4 forks source link

Add pkg/repository for interacting with repositories and skeleton impl. of GitHubReleases #10

Closed VJftw closed 3 years ago

VJftw commented 3 years ago

This PR adds a skeleton pkg/repository for future PRs and tasks to build upon.

We're using the https://pkg.go.dev/github.com/google/go-github/v37 Go pkg for interacting with the GitHub APIs, where ghreleases.MustGHReleases() returns a GitHub API client connected with the given GITHUB_TOKEN.