2024-03-04 15:16:47 -08:00
|
|
|
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:
|
2025-08-26 20:53:13 -07:00
|
|
|
using: node24
|
2024-03-04 15:16:47 -08:00
|
|
|
main: ../dist/index.js
|