Skip to content

Commit cfc8f5f

Browse files
authored
Update sca-scan.yml
1 parent cc0e2cc commit cfc8f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Restore dependencies
1515
run: dotnet restore ./Contentstack.Utils.sln
1616
- name: Run Snyk to check for vulnerabilities
17-
run: snyk test --fail-on=all
17+
run: cd Contentstack.Utils && snyk test --fail-on=all
1818
env:
1919
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)