Slavek Kabrda
Slavek Kabrda
This PR fixes an issue of rekeying in a non-interactive shell. With the current code, `EDITOR` will be set to `cp -- /dev/stdin` in a non-interactive shell and hence the...
This fixes https://github.com/ryantm/agenix/issues/257 - this has been reported for a while, but it looks like a PR was never submitted to fix it. Essentially, this addresses a problem with `mv`...
#### Summary Fixes https://github.com/sigstore/cosign/issues/3832. This PR essentially enables: * Signing an image with the `--upload=false` flag even if the image registry is (temporarily) unavailable. * Properly verifying and image offline...