Skip to content

Commit a183974

Browse files
authored
chore: fix snyk remote server url issue (#110)
1 parent ed4c19a commit a183974

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
- name: Setup snyk
6969
uses: snyk/actions/setup@0.3.0
7070
- name: Snyk test
71-
run: snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$'
71+
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'
7272
env:
7373
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

.github/workflows/pr-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
uses: codecov/codecov-action@v2
3838
with:
3939
name: unit test reports
40-
fail_ci_if_error: true
4140
flags: unit
4241

4342
- name: Integration test
@@ -49,7 +48,6 @@ jobs:
4948
uses: codecov/codecov-action@v2
5049
with:
5150
name: integration test reports
52-
fail_ci_if_error: true
5351
flags: integration
5452

5553
- name: copy test reports

0 commit comments

Comments
 (0)