From 2cf41b4a3d2f5f544396f3bea23719f86d86c685 Mon Sep 17 00:00:00 2001 From: robwlundy <83795676+robwlundy@users.noreply.github.com> Date: Tue, 25 Jan 2022 15:19:27 -0500 Subject: [PATCH] Update shiftleft.yml --- .github/workflows/shiftleft.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/shiftleft.yml b/.github/workflows/shiftleft.yml index c9ba74314..d91c216a0 100644 --- a/.github/workflows/shiftleft.yml +++ b/.github/workflows/shiftleft.yml @@ -47,7 +47,6 @@ jobs: - name: Validate Build Rules run: | ${GITHUB_WORKSPACE}/sl check-analysis --app shiftleft-java-demo --config ./shiftleft.yml --v2 \ - --branch "${{ github.head_ref || steps.extract_branch.outputs.branch }}" \ --report \ --github-pr-number=${{github.event.number}} \ --github-pr-user=${{ github.repository_owner }} \