From c254fa40d02ded41d74f99d42098a7ab3a7bb8b9 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Fri, 3 May 2024 02:35:06 +1200 Subject: [PATCH] Fixed vulnerabilities GitHub workflow (#3344) --- .github/workflows/vulnerabilities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vulnerabilities.yml b/.github/workflows/vulnerabilities.yml index 279e3d390d..24e0684fc7 100644 --- a/.github/workflows/vulnerabilities.yml +++ b/.github/workflows/vulnerabilities.yml @@ -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