From 5e22352eed698c33a910efe47316a270a64c2882 Mon Sep 17 00:00:00 2001 From: Sarah <33396785+saralavanchy@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:27:29 -0400 Subject: [PATCH] Enable boostsecurity.io Workflow Define a new GitHub Action workflow which will scan the source code using the boostsecurity.io security scanner and upload to the boostsecurity.io platform --- .github/workflows/boost.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: