diff --git a/repolinter-rulesets/community-plus.yml b/repolinter-rulesets/community-plus.yml index 9da3651..6b0b290 100644 --- a/repolinter-rulesets/community-plus.yml +++ b/repolinter-rulesets/community-plus.yml @@ -70,23 +70,6 @@ rules: and this rule is failing, your header may be out of date, and you should update your header with the suggested one below policyUrl: https://opensource.newrelic.com/oss-category/ - readme-contains-link-to-security-policy: - level: error - rule: - type: file-contents - options: - globsAll: - - README* - fail-on-non-existent: true - flags: i - content: (?:(?:https:\/\/github\.com\/newrelic\/[^\/]+)|(?:\.\.\/\.\.))\/security\/policy - human-readable-content: a link to the security policy for this repository - policyInfo: >- - New Relic recommends putting a link to the open source security policy for your project - (`https://github.com/newrelic//security/policy` or `../../security/policy`) - in the README. For an example of this, please see the "a note about vulnerabilities" - section of the [Open By Default repository](https://github.com/newrelic/open-by-default#contribute) - policyUrl: https://nerdlife.datanerd.us/new-relic/security-guidelines-for-publishing-source-code readme-contains-forum-topic: level: error rule: diff --git a/repolinter-rulesets/community-project.yml b/repolinter-rulesets/community-project.yml index f0e468f..8ebbe85 100644 --- a/repolinter-rulesets/community-project.yml +++ b/repolinter-rulesets/community-project.yml @@ -70,23 +70,6 @@ rules: and this rule is failing, your header may be out of date, and you should update your header with the suggested one below policyUrl: https://opensource.newrelic.com/oss-category/ - readme-contains-link-to-security-policy: - level: error - rule: - type: file-contents - options: - globsAll: - - README* - fail-on-non-existent: true - flags: i - content: (?:(?:https:\/\/github\.com\/newrelic\/[^\/]+)|(?:\.\.\/\.\.))\/security\/policy - human-readable-content: a link to the security policy for this repository - policyInfo: >- - New Relic recommends putting a link to the open source security policy for your project - (`https://github.com/newrelic//security/policy` or `../../security/policy`) - in the README. For an example of this, please see the "a note about vulnerabilities" - section of the [Open By Default repository](https://github.com/newrelic/open-by-default#contribute) - policyUrl: https://nerdlife.datanerd.us/new-relic/security-guidelines-for-publishing-source-code readme-contains-forum-topic: level: error rule: