File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 uses: SecureStackCo/actions-code@main
2020 with:
2121 securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
22- securestack_app_id: 'a9ad205b-d519-4a95-833d-304b6e82be21 '
22+ securestack_app_id: '<Application ID> '
2323 severity: critical
2424 language: node
2525 flags: '--path . --debug'
Original file line number Diff line number Diff line change 2929 BH_API_KEY : ${{ inputs.securestack_api_key }}
3030 BH_APP_ID : ${{ inputs.securestack_app_id }}
3131 BH_SEVERITY : ${{ inputs.severity }}
32- run : docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY securestackau/bloodhound-cli code -t ${{ inputs.language }} ${{ inputs.flags }}; echo $?
32+ run : docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY -v "/home/runner/work/actions-code/actions-code":"/github/workspace" securestackau/bloodhound-cli code -t ${{ inputs.language }} ${{ inputs.flags }}; echo $?
You can’t perform that action at this time.
0 commit comments