From 2d52131fba2a58df9175aaf74f9db0d1fe0607f6 Mon Sep 17 00:00:00 2001 From: Ronak Date: Wed, 27 Oct 2021 16:56:33 +0530 Subject: [PATCH] chore: fixes snyk issue --- .github/workflows/pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index b831c010..4634fc9b 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -68,6 +68,6 @@ jobs: - name: Setup snyk uses: snyk/actions/setup@0.3.0 - name: Snyk test - run: snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$' + run: snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$' --remote-repo-url='${{ github.server_url }}/${{ github.repository }}.git env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}