minder
minder copied to clipboard
Software Supply Chain Security Platform
We have an inline template here: https://github.com/stacklok/minder/blob/main/internal/email/template.go This should be really be in a configuration file somewhere, especially since it has branding and stuff on it.
### Please describe the enhancement From the docs: > Should you install locally, you will need to configure the client on Keycloak. You will need the following: > > A...
# Summary - **Add Property.Equal** - Comparing properties will be useful to check if a matching property is a subset of the retrieved properties. - **Add WithMatchProps to the HandleEntityAndDoMessage**...
Certain parts of Minder have low unit test coverage. In at least one recent incident, the incident could have been prevented if there had been some unit test coverage of...
In some cases, for example when using the `rego/deny-by-default` evaluation engine, we expect the writer of the rule to set the evaluation failure message. If they don't, we currently default...
Properties are leveraged by many pieces of Minder, including providers. It should be considered a public API instead of being in our bloated `internal` package. The idea is to move...
Write an integration test covering the code path that goes from Minder receiving a webhook event to Minder opening a PR. The test should cover * webhook handler * transmission...
### Describe the issue @danbarr says >I'd been tinkering with the artifact signature rule, so I've been refreshing the Alerts and History tabs a bunch This caused ListEvaluationResults latency to...
This is the last one in handlers_githubwebhooks! Once we remove this, we'll be able to close issue #4327.
Write an integration test covering the code path that goes from Minder receiving a webhook event to Minder opening a PR. The test should cover * webhook handler * transmission...