Skip to content

Commit 964be8b

Browse files
Update sca-scan.yml
1 parent df7fbf8 commit 964be8b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/sca-scan.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ jobs:
88
steps:
99
- name: Checkout repository
1010
uses: actions/checkout@master
11+
- name: Setup .NET
12+
uses: actions/setup-dotnet@3.0.3
13+
- name: Restore dependencies
14+
run: dotnet restore ./Contentstack.Utils.sln
1115
- name: Run Snyk to check for vulnerabilities
1216
uses: snyk/actions/dotnet@master
1317
env:
1418
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1519
with:
16-
args: --file=Contentstack.Utils/obj/project.assets.json --fail-on=all
20+
args: --fail-on=all

0 commit comments

Comments
 (0)