summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--doc/whatsnew/fragments/7267.internal5
2 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 17ea5468a..b432b4fb3 100644
--- a/README.rst
+++ b/README.rst
@@ -29,6 +29,10 @@
:target: https://results.pre-commit.ci/latest/github/PyCQA/pylint/main
:alt: pre-commit.ci status
+.. image:: https://bestpractices.coreinfrastructure.org/projects/6328/badge
+ :target: https://bestpractices.coreinfrastructure.org/projects/6328
+ :alt: CII Best Practices
+
.. image:: https://img.shields.io/discord/825463413634891776.svg
:target: https://discord.gg/qYxpadCgkx
:alt: Discord
diff --git a/doc/whatsnew/fragments/7267.internal b/doc/whatsnew/fragments/7267.internal
new file mode 100644
index 000000000..00354026c
--- /dev/null
+++ b/doc/whatsnew/fragments/7267.internal
@@ -0,0 +1,5 @@
+Pylint is now using Scorecards to implement security recommendations from the
+`OpenSSF <https://openssf.org/>`_. This is done in order to secure our supply chains using a combination
+of automated tooling and best practices, most of which were already implemented before.
+
+Refs #7267