Skip to content

Commit 9ae7451

Browse files
authored
added the -a app_id
1 parent df9d4e7 commit 9ae7451

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
@@ -32,4 +32,4 @@ runs:
3232
BH_API_KEY: ${{ inputs.securestack_api_key }}
3333
BH_APP_ID: ${{ inputs.securestack_app_id }}
3434
BH_SEVERITY: ${{ inputs.severity }}
35-
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 $?
35+
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 }} -a $BH_APP_ID ${{ inputs.flags }}; echo $?

0 commit comments

Comments
 (0)