Skip to content

Commit aee6e6f

Browse files
committed
changed severity to low in workflow and added the flags bit in the action.yml
1 parent 4ee83c6 commit aee6e6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
with:
1616
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
1717
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
18-
severity: medium
18+
severity: low

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; echo $?
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 ${{ inputs.flags }}; echo $?

0 commit comments

Comments
 (0)