From 7345afdf7b68c3af42cf03d2b7e123e1f1d3e88d Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Mon, 4 Mar 2024 15:16:57 -0800 Subject: [PATCH] rename internal action (phase 1) (#18) Signed-off-by: Brian DeHamer --- predicate/action.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 predicate/action.yml diff --git a/predicate/action.yml b/predicate/action.yml new file mode 100644 index 0000000..1a31e2e --- /dev/null +++ b/predicate/action.yml @@ -0,0 +1,19 @@ +name: 'SBOM Predicate' +description: 'Generate predicate for SBOM attestations' +author: 'GitHub' + +inputs: + sbom-path: + description: > + Path to the SBOM file to generate sbom statement + required: false +outputs: + predicate-path: + description: > + The path to the JSON-serialized of the attestation predicate + predicate-type: + description: > + URI identifying the type of the predicate. +runs: + using: node20 + main: ../dist/index.js