minder icon indicating copy to clipboard operation
minder copied to clipboard

Software Supply Chain Security Platform

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

With the logic being migrated, this finally removes the references to other tables from the EEA.

enhancement

This changes the EEA from the per-entities tables to use the central entities table reference for locking execution.

enhancement

@eleftherias found two examples: - `repository.name = 'test/test'` - `repository.isFork == true`

bug
P1

# Summary ***Provide a brief overview of the changes and the issue being addressed. Explain the rationale and any background necessary for understanding the changes. List dependencies required by this...

# Summary This provides an experimental implementation of our messaging interfaces using CloudEvents + NATS. This is somewhat a proof-of-concept: we'd need to do some additional work and testing (for...

There seems to be some odd behavior in how the vulnerability report handles commits. Let's use as an example this PR: https://github.com/stacklok/trusty-sdk-go/pull/23 ### Squashed View of Changes (but not quite)...

Let's create a RuleType that verifies and alerts when two factor auth in an organization is turned off

Minder can check for binaries in the repository but we should expand the feature to detect and block pull requests that try to check in binaries into the repository.

The following issue is about adding a version endpoint which returns the version of the Minder server you're connected to.

The selector code will certain attributes such as is_fork, is_private or any custom key-value pairs from the provider. We need to define the provider interface and implement it.