File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 11
11
- opened
12
12
- synchronize
13
13
jobs :
14
- boost-sast :
15
- name : SAST
14
+ boost-native :
15
+ name : Native Scanner
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
@@ -22,15 +22,30 @@ jobs:
22
22
with :
23
23
api_token : ${{ secrets.BOOST_API_TOKEN }}
24
24
registry_module : boostsecurityio/native-scanner
25
+
25
26
boost-sbom :
26
27
name : SBOM
27
- if : github.event_name != 'pull_request'
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout
31
31
uses : actions/checkout@v3
32
- - name : Upload SBOM from Trivy
32
+ - name : Run SBOM
33
33
uses : boostsecurityio/boostsec-scanner-github@v4
34
34
with :
35
35
api_token : ${{ secrets.BOOST_API_TOKEN }}
36
- registry_module : boostsecurityio/trivy-sbom
36
+ registry_module : boostsecurityio/trivy-sbom
37
+
38
+ boost-semgrep :
39
+ name : semgrep
40
+ runs-on : ubuntu-latest
41
+ steps :
42
+ - name : Checkout
43
+ uses : actions/checkout@v3
44
+ - name : Run semgrep
45
+ uses : boostsecurityio/boostsec-scanner-github@v4
46
+ with :
47
+ api_token : ${{ secrets.BOOST_API_TOKEN }}
48
+ registry_module : boostsecurityio/semgrep-scanner
49
+ - env :
50
+ - SEMGREP_RULES : p/python
51
+
You can’t perform that action at this time.
0 commit comments