From b67c00f7c02d248e632bc5a307a974450b543c2b Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Mon, 4 Mar 2024 15:16:47 -0800 Subject: [PATCH] rename internal actions (phase 1) (#20) Signed-off-by: Brian DeHamer --- predicate/action.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 predicate/action.yml 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