Skip to content

Commit 2eafd37

Browse files
Managed by boost-sandbox/terraform-entropy
1 parent 6f8934f commit 2eafd37

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/boost.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: boostsecurityio/boostsec-scanner-github@v4
1616
with:
1717
api_token: ${{ secrets.BOOST_API_TOKEN }}
18-
registry_module: boostsecurityio/native-scanner
18+
registry_module: boostsecurityio/scanner
1919

2020
boost-sbom:
2121
name: SBOM
@@ -28,3 +28,18 @@ jobs:
2828
with:
2929
api_token: ${{ secrets.BOOST_API_TOKEN }}
3030
registry_module: boostsecurityio/trivy-sbom
31+
32+
boost-semgrep:
33+
name: semgrep
34+
runs-on: ubuntu-latest
35+
steps:
36+
- name: Checkout
37+
uses: actions/checkout@v3
38+
- name: Run semgrep
39+
uses: boostsecurityio/boostsec-scanner-github@v4
40+
with:
41+
api_token: ${{ secrets.BOOST_API_TOKEN }}
42+
registry_module: boostsecurityio/semgrep
43+
env:
44+
SEMGREP_RULES: p/ci
45+

0 commit comments

Comments
 (0)