From b2819484b1c9ef461ab0312878913871e60d42ca Mon Sep 17 00:00:00 2001 From: "Mulail Mohamed (Muley)" Date: Tue, 12 Mar 2024 09:44:18 +0500 Subject: [PATCH] Create sobelow.yml --- .github/workflows/sobelow.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/sobelow.yml diff --git a/.github/workflows/sobelow.yml b/.github/workflows/sobelow.yml new file mode 100644 index 0000000..81487fa --- /dev/null +++ b/.github/workflows/sobelow.yml @@ -0,0 +1,13 @@ +on: [push] + +jobs: + sobelow_job: + runs-on: ubuntu-latest + name: Sobelow Job + steps: + - uses: actions/checkout@v2 + - id: run-action + uses: sobelow/action@v1 + - uses: github/codeql-action/upload-sarif@v1 + with: + sarif_file: results.sarif