Skip to content

Commit 7d057df

Browse files
author
Ben Sullivan
committed
Add missing docker volume
1 parent 34c0f13 commit 7d057df

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
@@ -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 -v "/home/runner/work/actions-code/actions-code":"/github/workspace" 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 $GITHUB_WORKSPACE:/github/workspace securestackau/bloodhound-cli code -t ${{ inputs.language }} ${{ inputs.flags }}; echo $?

0 commit comments

Comments
 (0)