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 6f8934f commit 2eafd37Copy full SHA for 2eafd37
.github/workflows/boost.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: boostsecurityio/boostsec-scanner-github@v4
16
with:
17
api_token: ${{ secrets.BOOST_API_TOKEN }}
18
- registry_module: boostsecurityio/native-scanner
+ registry_module: boostsecurityio/scanner
19
20
boost-sbom:
21
name: SBOM
@@ -28,3 +28,18 @@ jobs:
28
29
30
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