We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0e2cc commit cfc8f5fCopy full SHA for cfc8f5f
1 file changed
.github/workflows/sca-scan.yml
@@ -14,6 +14,6 @@ jobs:
14
- name: Restore dependencies
15
run: dotnet restore ./Contentstack.Utils.sln
16
- name: Run Snyk to check for vulnerabilities
17
- run: snyk test --fail-on=all
+ run: cd Contentstack.Utils && snyk test --fail-on=all
18
env:
19
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments