Skip to content

Merge pull request #669 from prisma/latest #607

Merge pull request #669 from prisma/latest

Merge pull request #669 from prisma/latest #607

Workflow file for this run

name: boostsecurity.io
on:
workflow_dispatch:
push:
branches:
- latest
jobs:
boost-native:
name: Native Scanner
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Native Scanner
uses: boostsecurityio/boostsec-scanner-github@v4
with:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/scanner
boost-sbom:
name: SBOM
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run SBOM
uses: boostsecurityio/boostsec-scanner-github@v4
with:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/trivy-sbom
boost-semgrep:
name: semgrep
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run semgrep
uses: boostsecurityio/boostsec-scanner-github@v4
with:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/semgrep
env:
SEMGREP_RULES: p/ci