minder
minder copied to clipboard
Software Supply Chain Security Platform
### Please describe the enhancement I would like a `minder profile edit` command that would let me edit an existing profile ### Solution Proposal - grab the current profile -...
### Please describe the enhancement As a user I'd like to tell minder to fix the issues it finds on my pipeline. However, I don't want to enable auto-remediation. ###...
This issue is a placeholder for a few items we discussed around improving the way we handle artifacts. **Details:** 1. We probably want smarter ways to filter container tags. e.g....
### Please describe the enhancement Currently, we output the description and guidance as part of the security advisory that minder outputs. This is not enough to fully pin-point an issue....
### Please describe the enhancement Minder can currently enable code scanning for a repo, and make sure that it's continually enabled. However, understanding whether code scanning is on in a...
The ProfileService has RPC methods for both profiles and rule types, so it's nicer if we split it. Example of the server-side methods: ```go type ProfileServiceServer interface { CreateProfile(context.Context, *CreateProfileRequest)...
### Describe the issue It is currently possible to have commits prior to HEAD of an incoming branch merged into `main` that contain vulnerabilities `minder` seemingly does not evaluate all...
### Please describe the enhancement Currently, the GitHub REST API only supports up to `v3` which does not include some important automation functionality -- namely the `v3` cannot make a...
### Describe the issue We have a branch in the trusty evaluator that checks if we managed to fetch a score for a package at all: ``` if resp.Summary.Score ==...
### Describe the issue The test `TestEventer/two_subscribers_to_topic` has a race condition: ``` ❌ TestEventer/two_subscribers_to_topic (10ms) eventer_test.go:192: published event on "a" eventer_test.go:192: published event on "b" eventer_test.go:199: Expected 3 events eventer_test.go:201:...