Skip to content

Commit e5e887e

Browse files
authored
first commit new manual log4j test
This action is to test if the manual run of log4j works and doesn't gove the "0" exit
1 parent 1dfa3de commit e5e887e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)