chainguard-images / actions

GitHub actions for the chainguard-images
Apache License 2.0
16 stars 21 forks source link

Allow providing a private key to sign images with `apko-snapshot` #134

Open hpedrorodrigues opened 3 months ago

hpedrorodrigues commented 3 months ago

Hey 👋🏻

Description

The existing apko-snapshot action allows the signing of images with "keyless" signing, which is based on identities (see). Even though this is the recommended approach, there are cases where it may be interesting to let users be responsible for the key management.

If this makes sense for the project, I can open a pull request adding this feature.

Let me know your thoughts. Thanks!