Skip to content

Commit d4d328f

Browse files
authored
Merge pull request #330 from rstudio/mm-snyk
limit code checks to the rsconnect directory
2 parents 634ab66 + ed265f3 commit d4d328f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
uses: snyk/actions/python@master
2828
with:
2929
command: code test
30-
args: --project-name=${{ env.SNYK_PROJECT }} --org=${{ env.SNYK_ORG }}
30+
args: --project-name=${{ env.SNYK_PROJECT }} --org=${{ env.SNYK_ORG }} rsconnect/

0 commit comments

Comments
 (0)