From a9e1075a58bb8f77202acd40604b0240f9b57a2f Mon Sep 17 00:00:00 2001 From: Ben Sullivan Date: Thu, 2 Dec 2021 18:04:38 +1000 Subject: [PATCH] Added more details for flags action input in README --- README.md | 4 ++++ action.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f98d660..782423d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ jobs: flags: '--dom -r' ``` +NOTE - to understand possible values for the action input `flags`, run the SecureStack cli locally: + +`$ bloodhound-cli recon --help` + ## Getting your SecureStack API Key 1. Log in to [SecureStack](https://app.securestack.com) and go to the Profile -> GENERATE KEY screen. diff --git a/action.yml b/action.yml index 842c55a..b67aed4 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: description: 'Severities lower than this value will be reported in the workflow console but will not cause an error for the action; value should be one of: critical | high | medium | low' required: true flags: - description: 'Optional flags for the bloodhound-cli recon command' + description: 'Optional flags for the bloodhound-cli recon command. Run bloodhound-cli recon --help for more details.' required: false default: '' runs: