From 565099ee5b9020f6a329939a005081ce55433408 Mon Sep 17 00:00:00 2001 From: shiftleft-chuck <100888182+shiftleft-chuck@users.noreply.github.com> Date: Mon, 11 Apr 2022 17:10:23 -0400 Subject: [PATCH] Update shiftleft.yml --- .github/workflows/shiftleft.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shiftleft.yml b/.github/workflows/shiftleft.yml index dded87ff0..e671c7742 100644 --- a/.github/workflows/shiftleft.yml +++ b/.github/workflows/shiftleft.yml @@ -35,9 +35,10 @@ jobs: run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: NextGen Static Analysis - run: ${GITHUB_WORKSPACE}/sl analyze \ + run: | + ${GITHUB_WORKSPACE}/sl analyze \ --wait \ - --app shiftleft-java-demo-22-04-11 \ + --app "shiftleft-java-demo-220411" \ --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} \ --vcs-prefix-correction "io/shiftleft=src/main/java/" \ --java \