Skip to content

Commit

Permalink
Fixed vulnerabilities GitHub workflow (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell committed May 2, 2024
1 parent 1f68972 commit c254fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: List vulnerable packages
shell: bash
run: |
dotnet list Sentry.sln package --vulnerable --include-transitive | tee vulnerable.txt
dotnet list ${{ github.workspace }}/Sentry.sln package --vulnerable --include-transitive | tee vulnerable.txt
# https://github.com/getsentry/sentry-dotnet/issues/2814
# ! grep 'has the following vulnerable packages' vulnerable.txt

0 comments on commit c254fa4

Please sign in to comment.