lefilou20contact-ai/Attest Build Provenance

Generate provenance attestations for build artifacts

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
subject-pathPath to the artifact serving as the subject of the attestation. Must specify exactly one of "subject-path", "subject-digest", or "subject-checksums". May contain a glob pattern or list of paths (total subject count cannot exceed 1024). no
subject-digestDigest of the subject for which provenance will be generated. Must be in the form "algorithm:hex_digest" (e.g. "sha256:abc123..."). Must specify exactly one of "subject-path", "subject-digest", or "subject-checksums". no
subject-nameSubject name as it should appear in the attestation. Required when identifying the subject with the "subject-digest" input.
subject-checksumsPath to checksums file containing digest and name of subjects for attestation. Must specify exactly one of "subject-path", "subject-digest", or "subject-checksums". no
predicate-typeURI identifying the type of the predicate. Required when using "predicate" or "predicate-path" for custom attestations. no
predicateString containing the value for the attestation predicate. String length cannot exceed 16MB. Must supply exactly one of "predicate-path" or "predicate" when creating custom attestations. no
predicate-pathPath to the file which contains the content for the attestation predicate. File size cannot exceed 16MB. Must supply exactly one of "predicate-path" or "predicate" when creating custom attestations. no
push-to-registryWhether to push the provenance statement to the image registry. Requires that the "subject-name" parameter specify the fully-qualified image name and that the "subject-digest" parameter be specified. Defaults to false. nofalse
create-storage-recordWhether to create a storage record for the artifact. Requires that push-to-registry is set to true. Defaults to true. notrue
show-summaryWhether to attach a list of generated attestations to the workflow run summary page. Defaults to true. notrue
github-tokenThe GitHub token used to make authenticated API requests. no${{ github.token }}
namedescription
bundle-pathThe path to the file containing the attestation bundle.
attestation-idThe ID of the attestation.
attestation-urlThe URL for the attestation summary.
storage-record-idsGitHub IDs for the storage records