Skip to content

Commit 3823809

Browse files
author
Ben Sullivan
committed
Log exit code of bloodhound-cli recon
1 parent a2bc971 commit 3823809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ runs:
2626
BH_API_KEY: ${{ inputs.securestack_api_key }}
2727
BH_APP_ID: ${{ inputs.securestack_app_id }}
2828
BH_SEVERITY: ${{ inputs.severity }}
29-
run: echo $BH_API_KEY; docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY securestackau/bloodhound-cli recon ${{ inputs.flags }}
29+
run: docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY securestackau/bloodhound-cli recon ${{ inputs.flags }}; echo $?

0 commit comments

Comments
 (0)