Skip to content

Commit 4de0bf3

Browse files
committed
Remove vunerability checker
1 parent 03a64fb commit 4de0bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-validation-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
jq empty "$file"
3333
done
3434
35-
- name: Check for vulnerable packages
36-
run: dotnet list package --vulnerable
35+
# - name: Check for vulnerable packages
36+
# run: dotnet list package --vulnerable
3737

3838
validate-maui:
3939
name: Validate GUI MAUI on macOS

0 commit comments

Comments
 (0)