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 }}