From 361e0220b97a1a14a9fd6d142bdbca7670878339 Mon Sep 17 00:00:00 2001 From: Chris Tierney Date: Fri, 6 Sep 2024 12:49:10 -0400 Subject: [PATCH] report to posit-connect-tools snyk org This package does not ship with Connect and so needs to be in the tools org rather than the main Connect org. --- .github/workflows/snyk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 8e178245..da97016b 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -6,7 +6,7 @@ on: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - SNYK_ORG: rstudio-connect + SNYK_ORG: posit-connect-tools jobs: python: