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 \