Philipp Belitz
Philipp Belitz
**Describe the feature** Currently the error messages are templates that are filled upon initialization with context variables. This is a not intended behavior, since additional context data, which gets introduced...
**Describe the bug** Connaisseur offers multiple configurations (alerting, validators, image policy) and all are stored in different formats (json, yaml). **Expected behavior** Use a single format to handle all configuration.
Hey there. I'm currently working on a project, where I'm trying to contact the notary API, to get some trust data about docker images that is stored there. I want...
GOLANG SWITCH ## Checklist - [x] PR is rebased to/aimed at branch `develop` - [ ] PR follows [Contributing Guide](https://github.com/sse-secure-systems/connaisseur/blob/master/docs/CONTRIBUTING.md) - [x] Added tests (if necessary) - [x] Extended README/Documentation...
**Describe the feature** Adapt the Connaisseur documentation, addressing the issues mentioned in #481 for GKE. When adapting the terraform code, make sure the code works and has no hardcoded parts.
**Describe the feature** Connaisseur only supports sha256 as a digest algorithm. It's hard coded at many parts of the code. Multiple digests algorithms should be supported.
Dependabot should not update the golang version, since this will break Connaisseur quite easily. ## Checklist - [x] PR is rebased to/aimed at branch `develop` - [x] PR follows [Contributing...
Rework of integration tests ## Checklist - [x] PR is rebased to/aimed at branch `develop` - [x] PR follows [Contributing Guide](https://github.com/sse-secure-systems/connaisseur/blob/master/docs/CONTRIBUTING.md) - [x] Added tests (if necessary) - [x] Extended...
Adds support for keyless cosign verification. This feature allows users to verify images signed with cosign without the need for a public key. fixes #1493 ## Checklist - [x] PR...