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 1dfa3de commit e5e887eCopy full SHA for e5e887e
.github/workflows/securestack-test.yml
@@ -0,0 +1,19 @@
1
+name: Test if Log4j scanning can working by manually calling it
2
+on: [push]
3
+jobs:
4
+ Perform-Bloodhound-Scans:
5
+ runs-on: ubuntu-latest
6
+ container: securestackau/bloodhound-cli:latest
7
+ steps:
8
+ - name: Check out repository
9
+ uses: actions/[email protected]
10
+ with:
11
+ fetch-depth: '0'
12
+ - name: SecureStack Manual Log4j scan
13
+ shell: bash
14
+ env:
15
+ BH_APP_ID: ${{ secrets.SECURESTACK_APP_ID }}
16
+ BH_API_KEY: ${{ secrets.SECURESTACK_API_KEY }}
17
+ BH_SEVERITY: critical
18
+ run:
19
+ bloodhound-cli code -t java -a $BH_APP_ID
0 commit comments