newrelic / nr1-cloud-optimize

NR1 Cloud Optimize allows you to Identify right-sizing opportunities and potential savings of your AWS, GCP, and Azure instances across your cloud environment.
https://discuss.newrelic.com/t/cloud-optimizer-nerdpack/82936
Apache License 2.0
48 stars 37 forks source link

[Repolinter] Open Source Policy Issues #151

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

Repolinter Report

πŸ€–This issue was automatically generated by repolinter-action, developed by the Open Source and Developer Advocacy team at New Relic. This issue will be automatically updated or closed when changes are pushed. If you have any problems with this tool, please feel free to open a GitHub issue or give us a ping in #help-opensource.

This Repolinter run generated the following results: ❗ Error ❌ Fail ⚠️ Warn βœ… Pass Ignored Total
0 1 0 12 0 13

Fail #

❌ readme-contains-forum-topic #

Doesn't contain a link to the appropriate forum.newrelic.com topic (README.md). New Relic recommends directly linking the your appropriate forum.newrelic.com topic in the README, allowing developer an alternate method of getting support. For more information please visit https://nerdlife.datanerd.us/new-relic/security-guidelines-for-publishing-source-code.

Passed #

Click to see rules ### βœ… `license-file-exists` # Found file (`LICENSE`). New Relic requires that all open source projects have an associated license contained within the project. This license must be permissive (e.g. non-viral or copyleft), and we recommend Apache 2.0 for most use cases. For more information please visit https://docs.google.com/document/d/1vML4aY_czsY0URu2yiP3xLAKYufNrKsc7o4kjuegpDw/edit. ### βœ… `readme-file-exists` # Found file (`README.md`). New Relic requires a README file in all projects. This README should give a general overview of the project, and should point to additional resources (security, contributing, etc.) where developers and users can learn further. For more information please visit https://github.com/newrelic/open-source-tools/tree/master/javascript/oss-template. ### βœ… `readme-starts-with-nr1-catalog-header` # The first 1 lines contain all of the requested patterns. (`README.md`). The README of a community plus project should have a NR1 Catalog header at the start of the README. If you already have a NR1 Catalog header and this rule is failing, your header may be out of date, and you should update your header with the suggested one below. For more information please visit https://opensource.newrelic.com/oss-category/. ### βœ… `readme-contains-security-section` # Contains a security section (`README.md`). New Relic recommends having a Security section in your README to address concerns such as vulnerability reporting. This security section should also contain a link to the security policy (found under the "Security" tab of the repository). For an example of this section, please see the [NR1 Catalog Template](https://github.com/newrelic/template-nerdpack#security). For more information please visit https://nerdlife.datanerd.us/new-relic/security-guidelines-for-publishing-source-code. ### βœ… `readme-contains-link-to-security-policy` # Contains a link to the security policy for this repository (`README.md`). New Relic recommends referencing the open source security policy (`https://github.com/newrelic//security/policy` or `../../security/policy`) in a Security section in the README. For an example of this, please see the [NR1 Catalog Template](https://github.com/newrelic/template-nerdpack#security). For more information please visit https://nerdlife.datanerd.us/new-relic/security-guidelines-for-publishing-source-code. ### βœ… `third-party-notices-file-exists` # Found file (`THIRD_PARTY_NOTICES.md`). A THIRD_PARTY_NOTICES.md file must be present to grant attribution to all dependencies being used by this project. For JavaScript projects, you can generate this file using the [oss-cli](https://github.com/newrelic/newrelic-oss-cli). For more information please visit https://docs.google.com/document/d/1y644Pwi82kasNP5VPVjDV8rsmkBKclQVHFkz8pwRUtE/view. ### βœ… `code-of-conduct-should-not-exist-here` # New Relic has moved the `CODE_OF_CONDUCT` file to a [centralized location](https://github.com/newrelic/.github/blob/main/CODE_OF_CONDUCT.md) where it is referenced automatically by every repository in the New Relic organization. Because of this change, any other `CODE_OF_CONDUCT` file in a repository is now redundant and should be removed. For more information please visit https://docs.google.com/document/d/1y644Pwi82kasNP5VPVjDV8rsmkBKclQVHFkz8pwRUtE/view. Did not find a file matching the specified patterns. All files passed this test. ### βœ… `github-actions-workflow-file-exists` # Found file (`.github/workflows/catalog.yml`). Any Community Plus project must integrate with GitHub actions. For more information please visit https://docs.google.com/document/d/1y644Pwi82kasNP5VPVjDV8rsmkBKclQVHFkz8pwRUtE/view. ### βœ… `nr1-catalog-config-file-exists` # Found file (`catalog/config.json`). ### βœ… `nr1-catalog-screenshots-directory-exists` # Found file (`catalog/screenshots`). ### βœ… `nr1-catalog-documentation-file-exists` # Found file (`catalog/documentation.md`). ### βœ… `package-scripts-present` # An `eslint-check` and `eslint-fix` npm script found in file (`package.json`). NPM scripts for ESLint (`eslint-check` and `eslint-fix`) are required to properly integrate with the nerdpack system.