minder
minder copied to clipboard
Software Supply Chain Security Platform
Hi! During [this issue](https://github.com/stacklok/minder/issues/4643), I noticed that there's currently no way to ignore the evaluation of specific packages within the `pr_trusty_check` configuration. It might be useful to add an option...
Hi! I was working on a repository with Minder and the rule type: `pr_trusty_check`. We had an import called `@/icons`. It is a simple alias where `@/` refers to the...
### Describe the issue It is expected that using minder profile get -o yaml ... would produce a YAML file that one could quickly modify and then re-apply with minder...
# Summary This change adds a GRPC interceptor that fetches the header `Grpc-Metadata-Request-Id` and adds it to the logger. It also returns the request id to the client in the...
GitHub occasionally throttles calls returning a wealth of information on how to correctly handle the issue ``` 403 API rate limit of 5000 still exceeded until 2024-10-02 09:30:01 +0000 UTC,...
We want both end users and our smoke tests to be able to report which requests failed, and then track down logs using a shared request id. Some work was...
There are spots in the codebase where we report information about the same error or action multiple times throughout the call stack. Wherever sensible * log only in top level...
We want the CLI to send request ids with all requests * create and send request ids on all RPCs * add support in Minder CLI for a `-v/--verbose` global...
Remove unnecessary logs from Minder codebase, the rule of thumb is * most `debug` messages are unnecessary or useful * if a `debug` message is truly necessary or useful, bump...
### Please describe the enhancement The GitHub provider should contain all the handler logic, without access to the Minder database. ### Solution Proposal - ### Describe alternatives you've considered _No...