From aa1a2c49f05c8e49f08535ccd91ffee18789be66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rold=C3=A1n=20Betancort?= Date: Mon, 26 Feb 2024 17:23:29 +0000 Subject: [PATCH] fix snyk CI --- .github/workflows/security.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index d44b3ba7b2..e556a8c535 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -75,7 +75,7 @@ jobs: env: SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}" with: - args: "--sarif-file-output=snyk.sarif" + args: "--org=authzed --sarif-file-output=snyk.sarif" - name: "Upload result to GitHub Code Scanning" uses: "github/codeql-action/upload-sarif@v3" with: @@ -99,7 +99,7 @@ jobs: SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}" with: image: "authzed/spicedb" - args: "--file=Dockerfile" + args: "--org=authzed --file=Dockerfile" - name: "Upload result to GitHub Code Scanning" uses: "github/codeql-action/upload-sarif@v3" with: