minder
minder copied to clipboard
Software Supply Chain Security Platform
**Describe the bug** With more complex policies I'm not interested in all of policy evaluation results, but more likely those that fail. It would be nice to be able to...
### Describe the issue Currently, Minder requests the following permissions: ``` user:email repo read:packages write:packages workflow read:org ``` https://github.com/stacklok/minder/blob/8c4bab84f4f0838689139bca9d510a3edb6a3e99/internal/auth/oauth.go#L57-L62 Minder allows users to configure [events](https://docs.github.com/en/webhooks/webhook-events-and-payloads) but not [scopes](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps). --- Just-in-time...
Cobra allows to have runtime autocompletion of arguments. This will be very nice to have since it will improve the UX of the CLI and minder in general. **Example:** In...
The idea is to introduce versioned docs so we can: * match the Minder releases. This way both are consistent, i.e. v0.0.21 of minder corresponds to v0.0.21 of docs *...
### Please describe the enhancement To make it easier to switch between servers, it would be nice to create separate credentials files for each. Currently, if I have `localhost` and...
Minder has the `completion` command already, but we don't apply it when the app is installed. This means autocompletion is not available out of the box. We should update goreleaser...
Since the quickstart allows users to enroll, register repos, and create profiles, the getting started sections should probably be organized in a different way. Would it be ok if I...
This is basically a "batch mode" over `minder profile apply` and `minder ruletype apply`
This is a follow-on to #1255 -- this is publishing the produced RPM packages to some (upstream) repository.