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 4ee83c6 commit aee6e6fCopy full SHA for aee6e6f
.github/workflows/main.yml
@@ -15,4 +15,4 @@ jobs:
15
with:
16
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
17
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
18
- severity: medium
+ severity: low
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; 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 ${{ inputs.flags }}; echo $?
0 commit comments