mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-08-22 19:28:34 +00:00
fix: typo
This commit is contained in:
parent
2cb77f6f4b
commit
662c4d048c
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user