Skip to content

Commit 34c0f13

Browse files
author
Ben Sullivan
committed
Add missing docker volume
1 parent 380e94c commit 34c0f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: SecureStackCo/actions-code@main
2020
with:
2121
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
22-
securestack_app_id: 'a9ad205b-d519-4a95-833d-304b6e82be21'
22+
securestack_app_id: '<Application ID>'
2323
severity: critical
2424
language: node
2525
flags: '--path . --debug'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ runs:
2929
BH_API_KEY: ${{ inputs.securestack_api_key }}
3030
BH_APP_ID: ${{ inputs.securestack_app_id }}
3131
BH_SEVERITY: ${{ inputs.severity }}
32-
run: docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY securestackau/bloodhound-cli code -t ${{ inputs.language }} ${{ inputs.flags }}; echo $?
32+
run: docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY -v "/home/runner/work/actions-code/actions-code":"/github/workspace" securestackau/bloodhound-cli code -t ${{ inputs.language }} ${{ inputs.flags }}; echo $?

0 commit comments

Comments
 (0)