Skip to content

Commit 7a27ed6

Browse files
authored
testing direct docker image
1 parent b5f27b7 commit 7a27ed6

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

action.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ inputs:
1515
required: false
1616
default: ''
1717
runs:
18-
using: 'composite'
19-
steps:
20-
- name: Pull bloodhound-cli image
21-
shell: bash
22-
run: docker pull securestackau/bloodhound-cli
23-
- name: Run bloodhound-cli
24-
shell: bash
25-
env:
18+
using: 'docker'
19+
image: 'securestackau/bloodhound-cli:latest'
20+
env:
2621
BH_API_KEY: ${{ inputs.securestack_api_key }}
2722
BH_APP_ID: ${{ inputs.securestack_app_id }}
2823
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 }}
24+
args:
25+
- recon ${{ inputs.flags }}

0 commit comments

Comments
 (0)