Helm Chart Provenance check GnuPG command is not working on windows PowerShell

25 views Asked by At

We are using Helm chart and need to generate provenance file during packaging of chart, by using GnuPG. But GnuPG commands are not working into windows powershell and gives below error

When we export key to make keyring using gpg command in powershell it is creating invalid keyring packet.

gpg --batch --passphrase 'test#123' --quick-generate-key 'Provenance Key'

gpg --export-secret-keys >/seckey.gpg

enter image description here

0

There are 0 answers