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 3e122ab commit 913dc22Copy full SHA for 913dc22
action.yml
@@ -25,4 +25,4 @@ runs:
25
BH_API_KEY: ${{ inputs.securestack_api_key }}
26
BH_APP_ID: ${{ inputs.securestack_app_id }}
27
BH_SEVERITY: ${{ inputs.severity }}
28
- run: docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY securestackau/bloodhound-cli code -t java -a $BH_APP_ID --debug
+ run: docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY -v $GITHUB_WORKSPACE:/github/workspace securestackau/bloodhound-cli code -t java -a $BH_APP_ID --debug
0 commit comments