From 61b5c694c6ad0e43f4d84cb1bbb580d284d70a92 Mon Sep 17 00:00:00 2001 From: Frank Denis <124872+jedisct1@users.noreply.github.com> Date: Thu, 11 Jun 2020 10:43:34 +0200 Subject: [PATCH] Add ShiftLeft scan --- .github/workflows/shiftleft-analysis.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/shiftleft-analysis.yml diff --git a/.github/workflows/shiftleft-analysis.yml b/.github/workflows/shiftleft-analysis.yml new file mode 100644 index 0000000..e9c1289 --- /dev/null +++ b/.github/workflows/shiftleft-analysis.yml @@ -0,0 +1,22 @@ +name: ShiftLeft Scan + +on: push + +jobs: + Scan-Build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + + - name: Perform ShiftLeft Scan + uses: ShiftLeftSecurity/scan-action@master + env: + WORKSPACE: "" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + output: reports + + - name: Upload report + uses: github/codeql-action/upload-sarif@v1 + with: + sarif_file: reports