Skip to content

Commit

Permalink
Update qwietqual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ongamse authored Jun 26, 2024
1 parent fa2194b commit 2327f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qwietqual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build web api
run: dotnet build netcoreWebapi
- name: Analyze with NextGen Static Analysis
run: .\sl analyze --strict --wait --app Qwiet-csharp-GH2 --tag branch=${{ github.head_ref }} netcoreWebapi/.
run: .\sl analyze --strict --wait --app Qwiet-csharp-GH --tag branch=${{ github.head_ref }} netcoreWebapi/.
env:
SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKENQ }}
SHIFTLEFT_API_HOST: www.shiftleft.io
Expand All @@ -45,7 +45,7 @@ jobs:
curl https://cdn.shiftleft.io/download/sl > ${GITHUB_WORKSPACE}/sl && chmod a+rx ${GITHUB_WORKSPACE}/sl
- name: Validate Build Rules
run: |
${GITHUB_WORKSPACE}/sl check-analysis --app Qwiet-csharp-GH2 \
${GITHUB_WORKSPACE}/sl check-analysis --app Qwiet-csharp-GH \
--github-pr-number=${{github.event.number}} \
--github-pr-user=${{ github.repository_owner }} \
--github-pr-repo=${{ github.event.repository.name }} \
Expand Down

0 comments on commit 2327f65

Please sign in to comment.