We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218e1ae commit 82a7a19Copy full SHA for 82a7a19
.github/workflows/pr-build.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Setup snyk
75
uses: snyk/actions/[email protected]
76
- name: Snyk test
77
- 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'
78
env:
79
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
80
GRADLE_OPTS: -Dorg.gradle.workers.max=1
0 commit comments