Skip to content

Commit 913dc22

Browse files
authored
added the volume
added the volume in the action file which will allow the log4j source analysis to find the code.
1 parent 3e122ab commit 913dc22

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
@@ -25,4 +25,4 @@ runs:
2525
BH_API_KEY: ${{ inputs.securestack_api_key }}
2626
BH_APP_ID: ${{ inputs.securestack_app_id }}
2727
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
28+
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

Comments
 (0)