Skip to content

Commit

Permalink
add api-key arg to action.yml (#19)
Browse files Browse the repository at this point in the history
* add api-key to action.yml

Signed-off-by: Benji Visser <benji@093b.org>

* fix tests

Signed-off-by: Benji Visser <benji@093b.org>

---------

Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks committed Dec 8, 2023
1 parent d0d3a4c commit 585407c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 585407c

Please sign in to comment.