mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-13 10:52:28 +00:00
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: node20
|
|
main: ../dist/index.js
|