From 585407c884d9ca32f07a612a324e423b6ebafaf3 Mon Sep 17 00:00:00 2001 From: Benji Visser Date: Fri, 8 Dec 2023 05:38:22 -0800 Subject: [PATCH] add api-key arg to action.yml (#19) * add api-key to action.yml Signed-off-by: Benji Visser * fix tests Signed-off-by: Benji Visser --------- Signed-off-by: Benji Visser --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index d4f6d6e..5d61c9f 100644 --- a/action.yml +++ b/action.yml @@ -21,6 +21,9 @@ inputs: description: 'Set the output parameter after successful action execution. Valid choices are "json" and "table".' required: false default: "table" + api-key: + description: "The Xeol API key to use for scanning." + required: false outputs: json: description: "Path to a JSON report file for the image"