strimzi / drain-cleaner

Utility to help with draining nodes running Strimzi-managed Apache Kafka® or ZooKeeper® pods
Apache License 2.0
50 stars 29 forks source link

Add container signing and SBOMs #98

Closed scholzj closed 1 year ago

scholzj commented 1 year ago

This PR adds support for container signing and SBOM support to Drain Cleaner. It is based on the same logic as similar changes done to the Operators repo. It does also slight changes to the CI pipeline - to use Azure steps instead of scripts - in order to bring it closer to the Operators pipelines and make it easier to reuse the code.