Skip to content

Commit

Permalink
adds a step to check for vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 3, 2024
1 parent 165ed16 commit a120b52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
run: dotnet build
working-directory: Xero-NetStandard

- name: Check for Vulnerabilities
run: |
dotnet list package --vulnerable
working-directory: Xero-NetStandard

# - name: Validate Lint
# run: dotnet format --verify-no-changes
# working-directory: Xero-NetStandard
Expand Down

0 comments on commit a120b52

Please sign in to comment.