Skip to content

Commit

Permalink
Managed by boost-sandbox/terraform-entropy
Browse files Browse the repository at this point in the history
  • Loading branch information
fproulx-boostsecurity committed Jun 12, 2024
1 parent 09de902 commit baf771b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/boost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ on:
branches:
- master
jobs:
boost-gitleaks:
name: gitleaks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run gitleaks
uses: boostsecurityio/boostsec-scanner-github@v4
with:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/gitleaks

boost-native:
name: Native Scanner
runs-on: ubuntu-latest
Expand All @@ -17,6 +29,18 @@ jobs:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/scanner

boost-osv-scanner:
name: osv-scanner
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run osv-scanner
uses: boostsecurityio/boostsec-scanner-github@v4
with:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/osv-scanner

boost-sbom:
name: SBOM
runs-on: ubuntu-latest
Expand All @@ -29,6 +53,18 @@ jobs:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/trivy-sbom

boost-sca:
name: Trivy FS SCA
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Trivy FS SCA
uses: boostsecurityio/boostsec-scanner-github@v4
with:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/trivy-fs

boost-semgrep:
name: semgrep
runs-on: ubuntu-latest
Expand Down

0 comments on commit baf771b

Please sign in to comment.