jonpulsifer/Binary Authorization Attester Action
Attest a container image to the Binary Authorization API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projectId | GCP project ID | yes | — |
| attestorId | The attestor ID | yes | — |
| imageName | Container image name without tag or digest (e.g., gcr.io/myproject/myimage) | yes | — |
| imageDigest | Image digest in the format sha256:hash | yes | — |
| keyProject | GCP project ID where the KMS key is located | yes | — |
| keyLocation | KMS key location (e.g., global, us-central1) | yes | — |
| keyRing | KMS key ring name | yes | — |
| keyName | KMS key name | yes | — |
| keyVersion | KMS key version | yes | — |
Outputs
| name | description |
|---|---|
| attestation | The complete signed attestation |
| signature | The signature of the attestation |