We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c0f13 commit 7d057dfCopy full SHA for 7d057df
action.yml
@@ -29,4 +29,4 @@ runs:
29
BH_API_KEY: ${{ inputs.securestack_api_key }}
30
BH_APP_ID: ${{ inputs.securestack_app_id }}
31
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 $?
+ 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