From 682b95e189b7da5a4e2568fb5006638ddf96718e Mon Sep 17 00:00:00 2001 From: Ronak Date: Thu, 28 Oct 2021 12:02:30 +0530 Subject: [PATCH] chore: fixed qoute issue in synk test command --- .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 5d831cbbc..bef81c3fe 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -74,7 +74,7 @@ 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$' --remote-repo-url='${{ github.server_url }}/${{ github.repository }}.git + 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 }} GRADLE_OPTS: -Dorg.gradle.workers.max=1