diff --git a/.github/workflows/boost.yml b/.github/workflows/boost.yml index ece5984..800fa06 100644 --- a/.github/workflows/boost.yml +++ b/.github/workflows/boost.yml @@ -17,6 +17,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: BoostSecurity Native Scanner + uses: boostsecurityio/boostsec-scanner-github@v4 + with: + api_token: ${{ secrets.BOOST_API_TOKEN }} + registry_module: boostsecurityio/native-scanner + - name: BoostSecurity Scanner uses: boostsecurityio/boostsec-scanner-github@v4 with: