0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-08-22 19:28:34 +00:00

fix: typo

This commit is contained in:
alex289 2023-10-24 09:59:41 +02:00
parent 2cb77f6f4b
commit 662c4d048c
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863

View File

@ -30,7 +30,7 @@ jobs:
VERSION=$(curl -s https://jeremylong.github.io/DependencyCheck/current.txt) VERSION=$(curl -s https://jeremylong.github.io/DependencyCheck/current.txt)
curl -Ls "https://github.com/jeremylong/DependencyCheck/releases/download/v$VERSION/dependency-check-$VERSION-release.zip" --output dependency-check.zip curl -Ls "https://github.com/jeremylong/DependencyCheck/releases/download/v$VERSION/dependency-check-$VERSION-release.zip" --output dependency-check.zip
unzip dependency-check.zip unzip dependency-check.zip
./dependency-check/bin/dependency-check.sh -s "**/*.csproj" --project "${{ env.projectName }}" --failOnVCSS "7" ./dependency-check/bin/dependency-check.sh -s "**/*.csproj" --project "${{ env.projectName }}" --failOnCVSS "7"
- name: Check for license issues - name: Check for license issues
run: | run: |
dotnet new tool-manifest dotnet new tool-manifest