From 36a4885b4080900d5f88954d36f4f7257bc1b846 Mon Sep 17 00:00:00 2001 From: nishfath <81247855+nishfath@users.noreply.github.com> Date: Mon, 26 Apr 2021 11:19:46 -0400 Subject: [PATCH] Update shiftleft-inspect.yml --- .github/workflows/shiftleft-inspect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shiftleft-inspect.yml b/.github/workflows/shiftleft-inspect.yml index 722197c..01554bc 100644 --- a/.github/workflows/shiftleft-inspect.yml +++ b/.github/workflows/shiftleft-inspect.yml @@ -29,7 +29,7 @@ jobs: - name: Build web api run: dotnet build netcoreWebapi - name: Analyze with inspect - run: .\sl analyze --app netcoreWebapi --verbose --tag branch=$Env:GITHUB_REF --csharp --dotnet-core --cpg netcoreWebapi/netcoreWebapi.csproj + run: .\sl analyze --app netcoreWebapisln --verbose --tag branch=$Env:GITHUB_REF --csharp --dotnet-core --cpg netcoreWebapi/netcoreWebapi.netcoreWebapi.sln env: SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}