minder icon indicating copy to clipboard operation
minder copied to clipboard

Software Supply Chain Security Platform

Results 275 minder issues
Sort by recently updated
recently updated
newest added

### 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...

bug
P2

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.

bug
good first issue
go

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...

user-story
P2

### 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...

P2

### 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...

bug
P2

### 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:...

good first issue
user-story
P2

### 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,...

good first issue
user-story
P2

### 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...

user-story
P2

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...

priority: medium
P2

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.

bug
help wanted
cli
go