minder
minder copied to clipboard
Software Supply Chain Security Platform
### Describe the issue When calling `ListEvaluationResults`, the response includes the `entityInfo` only if the entity type is a repository. This is different than the response from `GetProfileStatusByName`, which includes...
The `registered` field in the `Repository` proto message is not set. We might want to delete it or perhaps set it properly when we return responses including it.
Currently the rule evaluations we returned are not really structured which is hard to consume from both scripts and clients like the minder UI. We should come up with a...
### Please describe the enhancement In a number of places in the CLI, we allow objects in the system to be referred to by either ID or name. The general...
### Describe the issue Some attributes have a different JSON and YAML tags, such as display name which has `display_name` in YAML and `displayName` in JSON. However, our `-oyaml` output...
### Please describe the enhancement See: https://github.com/stacklok/minder/pull/2945 Minder enforces certain rules about the names of profiles and rule types. Right now, if that validation fails, a generic error is returned:...
### Please describe the enhancement `Name` is required to be in a specific format, whereas `DisplayName` is more freeform. When creating something new (such as a profile) using the API,...
### Please describe the enhancement Currently there is a WIP (https://github.com/stacklok/minder/issues/1862) addition to minder reviews to include a summary comment that will always be edited atop the PR. This will...
For users that want to run their own Minder instance, or run Minder locally for testing, they will need to create a GitHub App. We can create a [GitHub App...
We still get the `Provider enrolled successfully` message even if we pass a non-existing org value while enrolling a provider via the `--owner` flag.