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 e5e887e commit 3e122abCopy full SHA for 3e122ab
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; echo $?
+ 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
0 commit comments