mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-13 10:52:28 +00:00
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Failing after 2s
Continuous Integration / TypeScript Tests (push) Failing after 1s
Continuous Integration / Test attest-provenance action (push) Failing after 0s
CodeQL / Analyze (TypeScript) (push) Failing after 0s
Public-Good Sigstore Prober / prober (push) Failing after 0s
GitHub Sigstore Prober / prober (push) Failing after 1s
Signed-off-by: Brian DeHamer <bdehamer@github.com> Co-authored-by: Salman Muin Kayser Chishti <salmanmkc@github.com>
15 lines
351 B
YAML
15 lines
351 B
YAML
name: 'Build Provenance Predicate'
|
|
description: 'Generate predicate for build provenance attestations'
|
|
author: 'GitHub'
|
|
|
|
outputs:
|
|
predicate:
|
|
description: >
|
|
The JSON-serialized of the attestation predicate.
|
|
predicate-type:
|
|
description: >
|
|
URI identifying the type of the predicate.
|
|
runs:
|
|
using: node24
|
|
main: ../dist/index.js
|