From a81ac6bddf58251e2e92b1be8e9af2c3f16ae2d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 06:20:21 +0000 Subject: [PATCH] chore(deps): update stackhawk/hawkscan-action digest to babdc51 --- .github/workflows/stackhawk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stackhawk.yml b/.github/workflows/stackhawk.yml index 41e75cd..0b9a428 100644 --- a/.github/workflows/stackhawk.yml +++ b/.github/workflows/stackhawk.yml @@ -55,7 +55,7 @@ jobs: run: ./your-service.sh & # ✏️ Update this to run your own service to be scanned - name: Run HawkScan - uses: stackhawk/hawkscan-action@81fe3cc71a944ab0e47e04bd41e2b42bf2ff7a4b + uses: stackhawk/hawkscan-action@babdc51d04a845402d5d5b3e0ca1a67d89bbf2c5 continue-on-error: true # ✏️ Set to false to break your build on scan errors with: apiKey: ${{ secrets.HAWK_API_KEY }}