Skip to content

Commit 85b2e00

Browse files
authored
Merge pull request #43 from newrelic/resolve-repolinter-failures
Resolve repolinter failures
2 parents 6241a27 + 48da65f commit 85b2e00

File tree

6 files changed

+20
-43
lines changed

6 files changed

+20
-43
lines changed

.github/workflows/publish_main_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up JDK 11
13-
uses: actions/setup-java@v1.3.0
13+
uses: actions/setup-java@v1.4.3
1414
with:
1515
java-version: 11
1616
- name: Build with Gradle

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up JDK 11
14-
uses: actions/setup-java@v1.3.0
14+
uses: actions/setup-java@v1.4.3
1515
with:
1616
java-version: 11
1717
- name: Build with Gradle

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: gradle/wrapper-validation-action@v1
1313
- name: Set up JDK 11
14-
uses: actions/setup-java@v1.3.0
14+
uses: actions/setup-java@v1.4.3
1515
with:
1616
java-version: 11
1717
- name: Build with Gradle

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Thanks for your interest in contributing to the AWS Lambda OpenTracing Java SDK!
33

44
## How to Contribute
55
* Read this CONTRIBUTING file
6-
* Read our [Code of Conduct](CODE_OF_CONDUCT.md)
6+
* Read our [Code of Conduct](https://github.com/newrelic/.github/blob/main/CODE_OF_CONDUCT.md)
77
* Submit a [pull request](#pull-request-guidelines) or [issue](#filing-issues--bug-reports). For pull requests, please also:
88
* Ensure the [test suite passes](#testing-guidelines).
99
* Sign the [Contributor Licensing Agreement](#contributor-license-agreement-cla), if you haven't already done so. (You will be prompted if we don't have a signed CLA already recorded.)

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Community Plus header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Plus.png)](https://opensource.newrelic.com/oss-category/#community-plus)
2+
13
# AWS Lambda OpenTracing Java SDK
24

35
This SDK provides Open Tracing instrumentation for AWS Lambda. Releases for this project will be on an "as needed" basis. As new features of Lambda come out we will evaluate them and if useful will add support for them here.
@@ -112,12 +114,23 @@ Run the following gradle task:
112114
./gradlew test
113115
```
114116

117+
## Support
118+
New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. You can find this project's topic/threads here:
119+
120+
https://discuss.newrelic.com/tags/javaagent
121+
115122
### Contributing
116-
Full details are available in our [CONTRIBUTING.md](CONTRIBUTING.md) file.
123+
We encourage your contributions to improve AWS Lambda OpenTracing Java SDK! Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project.
124+
125+
If you have any questions, or to execute our corporate CLA (which is required if your contribution is on behalf of a company), drop us an email at [email protected].
126+
127+
**A note about vulnerabilities**
128+
129+
As noted in our [security policy](../../security/policy), New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.
117130

118-
We'd love to get your contributions to improve AWS Lambda OpenTracing Java SDK! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project.
131+
If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through [HackerOne](https://hackerone.com/newrelic).
119132

120-
To execute our corporate CLA, which is required if your contribution is on behalf of a company, or if you have any questions, please drop us an email at [email protected].
133+
If you would like to contribute to this project, review [these guidelines](./CONTRIBUTING.md).
121134

122135
### Licensing
123136
The AWS Lambda OpenTracing Java SDK is licensed under the Apache 2.0 License.

0 commit comments

Comments
 (0)