We need to enhance our CI/CD pipeline to ensure that only signed containers are published to Docker Hub. This involves integrating cosign into our GitHub Actions workflow for the Splunk Operator repository. The process should build, sign, and then publish the Docker images to Docker Hub.
We need to enhance our CI/CD pipeline to ensure that only signed containers are published to Docker Hub. This involves integrating cosign into our GitHub Actions workflow for the Splunk Operator repository. The process should build, sign, and then publish the Docker images to Docker Hub.