From 119c4633f8646ced50aec657309408f278b5b289 Mon Sep 17 00:00:00 2001 From: Chris Tierney Date: Fri, 6 Sep 2024 13:02:25 -0400 Subject: [PATCH] report to posit-connect-tools snyk org We don't want this included in the main Connect SBOM as it is a separate tool. --- .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 f3881b53..a9f704fb 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: snyk-monitor: