Skip to content

Commit d5e0981

Browse files
committed
📝 add OpenSSF badge to documentation for best practices compliance
1 parent 5a6c2dd commit d5e0981

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A query string encoding and decoding library for Python.
1212
Ported from `qs <https://www.npmjs.com/package/qs>`__ for JavaScript.
1313

1414
|PyPI - Version| |PyPI - Downloads| |PyPI - Status| |PyPI - Python Version| |PyPy Support| |PyPI - Format|
15-
|Test| |CodeQL| |Publish| |Docs| |codecov| |Codacy| |Black| |flake8| |mypy| |pylint| |isort| |bandit|
15+
|Test| |CodeQL| |Publish| |Docs| |codecov| |Codacy| |OpenSSF| |Black| |flake8| |mypy| |pylint| |isort| |bandit|
1616
|License| |Contributor Covenant| |GitHub Sponsors| |GitHub Repo stars|
1717

1818
Highlights
@@ -1079,6 +1079,9 @@ Holowaychuk <https://github.com/visionmedia/node-querystring>`__
10791079
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?logo=contributorcovenant
10801080
:target: CODE-OF-CONDUCT.md
10811081
:alt: Contributor Covenant
1082+
.. |OpenSSF| image:: https://www.bestpractices.dev/projects/11863/badge
1083+
:target: https://www.bestpractices.dev/projects/11863
1084+
:alt: OpenSSF Best Practices
10821085
.. |flake8| image:: https://img.shields.io/badge/flake8-checked-blueviolet.svg?logo=python
10831086
:target: https://flake8.pycqa.org/en/latest/
10841087
:alt: flake8 Status

docs/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A query string encoding and decoding library for Python.
1616
Ported from `qs <https://www.npmjs.com/package/qs>`__ for JavaScript.
1717

1818
|PyPI - Version| |PyPI - Downloads| |PyPI - Status| |PyPI - Python Version| |PyPy Support| |PyPI - Format| |Black|
19-
|Test| |CodeQL| |Publish| |Docs| |codecov| |Codacy| |flake8| |mypy| |pylint| |isort| |bandit|
19+
|Test| |CodeQL| |Publish| |Docs| |codecov| |Codacy| |OpenSSF| |flake8| |mypy| |pylint| |isort| |bandit|
2020
|License| |Contributor Covenant| |GitHub Sponsors| |GitHub Repo stars|
2121

2222
Highlights
@@ -144,6 +144,9 @@ Holowaychuk <https://github.com/visionmedia/node-querystring>`__
144144
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?logo=contributorcovenant
145145
:target: CODE-OF-CONDUCT.md
146146
:alt: Contributor Covenant
147+
.. |OpenSSF| image:: https://www.bestpractices.dev/projects/11863/badge
148+
:target: https://www.bestpractices.dev/projects/11863
149+
:alt: OpenSSF Best Practices
147150
.. |flake8| image:: https://img.shields.io/badge/flake8-checked-blueviolet.svg?logo=python
148151
:target: https://flake8.pycqa.org/en/latest/
149152
:alt: flake8 Status

0 commit comments

Comments
 (0)