Skip to content

Commit 03c7d79

Browse files
committed
fix: sca-scan workflow file
1 parent b7c09cf commit 03c7d79

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/sca-scan.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ jobs:
88
steps:
99
- name: Checkout repository
1010
uses: actions/checkout@master
11-
- name: Setup .NET Core @ Latest
12-
uses: actions/setup-dotnet@v1
13-
with:
14-
dotnet-version: "7.0.x"
15-
- name: Run Dotnet Restore
16-
run: |
17-
dotnet restore
1811
- name: Run Snyk to check for vulnerabilities
1912
uses: snyk/actions/dotnet@master
2013
env:

0 commit comments

Comments
 (0)