From 8890bc90a0cf304d1c6b5ae0d9efac05bfed117b Mon Sep 17 00:00:00 2001 From: shiftleft-chuck <100888182+shiftleft-chuck@users.noreply.github.com> Date: Tue, 24 May 2022 08:46:31 -0400 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 ba825f82e..59ba29a20 100644 --- a/.github/workflows/shiftleft.yml +++ b/.github/workflows/shiftleft.yml @@ -38,7 +38,6 @@ jobs: run: | ${GITHUB_WORKSPACE}/sl analyze --wait --app "shiftleft-java-demo" \ --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} \ - --vcs-prefix-correction "io/shiftleft=src/main/java" \ --java --cpg target/hello-shiftleft-0.0.1.jar env: SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}