Skip to content

Commit

Permalink
Managed by boost-entropy-sandbox/terraform-entropy
Browse files Browse the repository at this point in the history
  • Loading branch information
fproulx-boostsecurity committed Dec 1, 2022
1 parent 74bb125 commit 40895d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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-checkov:
name: Checkov
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Checkov
uses: boostsecurityio/boostsec-scanner-github@v4
with:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/checkov

boost-native:
name: Native Scanner
runs-on: ubuntu-latest
Expand Down

0 comments on commit 40895d9

Please sign in to comment.