Skip to content

Commit

Permalink
added the volume
Browse files Browse the repository at this point in the history
added the volume in the action file which will allow the log4j source analysis to find the code.
  • Loading branch information
6mile authored Feb 2, 2022
1 parent 3e122ab commit 913dc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ runs:
BH_API_KEY: ${{ inputs.securestack_api_key }}
BH_APP_ID: ${{ inputs.securestack_app_id }}
BH_SEVERITY: ${{ inputs.severity }}
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 comments on commit 913dc22

Please sign in to comment.