Skip to content

Commit

Permalink
chore: fix snyk remote server url issue (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotharironak authored Oct 28, 2021
1 parent ed4c19a commit a183974
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
- name: Setup snyk
uses: snyk/actions/[email protected]
- 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 }}
2 changes: 0 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
uses: codecov/codecov-action@v2
with:
name: unit test reports
fail_ci_if_error: true
flags: unit

- name: Integration test
Expand All @@ -49,7 +48,6 @@ jobs:
uses: codecov/codecov-action@v2
with:
name: integration test reports
fail_ci_if_error: true
flags: integration

- name: copy test reports
Expand Down

0 comments on commit a183974

Please sign in to comment.