Skip to content

Commit

Permalink
Merge pull request #7 from hypertrace/enricherDependency
Browse files Browse the repository at this point in the history
Added necessary dependency
  • Loading branch information
buchi-busireddy authored Jul 27, 2020
2 parents 977ad25 + 212d876 commit 6770947
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
steps:
- setup_build_environment
- snyk/scan:
additional-arguments: --all-sub-projects
additional-arguments: --all-sub-projects --policy-path=.snyk
package-charts:
executor: helm
steps:
Expand Down
9 changes: 9 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JAVA-IOGRPC-571957:
- '*':
reason: No replacement available
expires: 2020-08-31T00:00:00.000Z
patch: {}
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ enricher {
host = localhost
port = 50061
}
dependencies = ["ApiBoundaryTypeAttributeEnricher"]
}

SpanTypeAttributeEnricher {
Expand Down Expand Up @@ -78,6 +79,7 @@ enricher {
host = localhost
port = 50061
}
dependencies = ["DefaultServiceEntityEnricher"]
}

ApiStatusEnricher {
Expand Down

0 comments on commit 6770947

Please sign in to comment.