From 7473b4278f49cec51015597be24a0f63bf5db798 Mon Sep 17 00:00:00 2001 From: William Reyor <87031733+BillReyor@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:50:53 -0400 Subject: [PATCH] Create horusec --- .github/workflows/horusec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/horusec diff --git a/.github/workflows/horusec b/.github/workflows/horusec new file mode 100644 index 0000000..4778728 --- /dev/null +++ b/.github/workflows/horusec @@ -0,0 +1,17 @@ +name: Horusec Security Scan + +on: [push] + +jobs: + horusec-security-scan: + runs-on: ubuntu-latest + name: Run Horusec Security Scan + steps: + - name: Check out code + uses: actions/checkout@v4 + + - name: Run Horusec Security Scan + id: run_horusec + uses: fike/horusec-action@v0.2.2 + with: + arguments: -c=horusec-config.json -p ./