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 df9d4e7 commit 9ae7451Copy full SHA for 9ae7451
action.yml
@@ -32,4 +32,4 @@ runs:
32
BH_API_KEY: ${{ inputs.securestack_api_key }}
33
BH_APP_ID: ${{ inputs.securestack_app_id }}
34
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 $?
+ 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