-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade thrift & removed unused dependencies (#141)
* removed unused dependencies * added security scans * update snyk image * update thrift * thrift lib version 0.17.0 * fix go dep thrift version * update thrift version in docker builder image * updated generated thrift files
- Loading branch information
1 parent
baf9eca
commit 176501e
Showing
17 changed files
with
811 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Security Testing | ||
|
||
env: | ||
SNYK_TOKEN: ${{ secrets.CAOS_SNYK_TOKEN }} | ||
DOCKER_HUB_ID: ${{ secrets.OHAI_DOCKER_HUB_ID }} | ||
DOCKER_HUB_PASSWORD: ${{ secrets.OHAI_DOCKER_HUB_PASSWORD }} | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
tags-ignore: | ||
- '**' | ||
paths-ignore: | ||
- README.md | ||
|
||
jobs: | ||
scan-deps: | ||
name: Run security checks Snyk | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Login to DockerHub | ||
uses: docker/login-action@v1 | ||
with: | ||
username: ${{ env.DOCKER_HUB_ID }} | ||
password: ${{ env.DOCKER_HUB_PASSWORD }} | ||
- name: Scan java code for vulnerabilities with Snyk | ||
run: make ci/snyk-test-java | ||
|
||
- name: Scan go code for vulnerabilities with Snyk | ||
run: make ci/snyk-test-go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
56 changes: 28 additions & 28 deletions
56
gojmx/internal/nrprotocol/j_m_x_service-remote/j_m_x_service-remote.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.