diff --git a/predicate/action.yml b/predicate/action.yml new file mode 100644 index 0000000..b36a954 --- /dev/null +++ b/predicate/action.yml @@ -0,0 +1,14 @@ +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