cosign
aqua > v1.26.0
Please see Cosign and SLSA Provenance Support too.
Fields
- cosign_experimental (boolean): If
true
,cosign verify-blob
is run with the environment variableCOSIGN_EXPERIMENTAL=1
- opts ([]string): cosign verify-blob options
- signature
- type (string):
github_release
orhttp
- repo_owner (string) (optional):
- repo_name (string) (optional):
- url (string) (
http
requires): - asset (string) (
github_release
requires):
- type (string):
- key
- same as
signature
- same as
- certificate
- same as
signature
- same as
e.g.
cosign:
cosign_experimental: true
opts:
- --signature
- https://github.com/terraform-linters/tflint/releases/download/{{.Version}}/checksums.txt.keyless.sig
- --certificate
- https://github.com/terraform-linters/tflint/releases/download/{{.Version}}/checksums.txt.pem
cosign:
cosign_experimental: true
signature:
type: github_release
asset: checksums.txt.keyless.sig
certificate:
type: github_release
asset: checksums.txt.pem