Skip to content

Commit a9e1075

Browse files
author
Ben Sullivan
committed
Added more details for flags action input in README
1 parent bb1881b commit a9e1075

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
flags: '--dom -r'
2020
```
2121

22+
NOTE - to understand possible values for the action input `flags`, run the SecureStack cli locally:
23+
24+
`$ bloodhound-cli recon --help`
25+
2226
## Getting your SecureStack API Key
2327

2428
1. Log in to [SecureStack](https://app.securestack.com) and go to the Profile -> GENERATE KEY screen.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
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'
1212
required: true
1313
flags:
14-
description: 'Optional flags for the bloodhound-cli recon command'
14+
description: 'Optional flags for the bloodhound-cli recon command. Run bloodhound-cli recon --help for more details.'
1515
required: false
1616
default: ''
1717
runs:

0 commit comments

Comments
 (0)