Skip to content

Commit 134d761

Browse files
committed
Add bandit security badge and refresh README badges
Add the bandit workflow status badge and update the PyPI version and license badges.
1 parent 511061c commit 134d761

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
.. image:: https://github.com/timlnx/bitmath/actions/workflows/python.yml/badge.svg
88
:target: https://github.com/timlnx/bitmath/actions/workflows/python.yml
99

10+
.. image:: https://github.com/timlnx/bitmath/actions/workflows/bandit.yml/badge.svg
11+
:target: https://github.com/timlnx/bitmath/actions/workflows/bandit.yml
12+
:alt: Bandit Security Scan
13+
1014
.. image:: https://img.shields.io/github/issues/timlnx/bitmath?style=flat-square
1115
:target: https://github.com/timlnx/bitmath/issues
1216
:alt: Open issues
@@ -15,6 +19,10 @@
1519
:target: https://github.com/timlnx/bitmath/pulls
1620
:alt: Open pull requests
1721

22+
.. image:: https://img.shields.io/pypi/v/bitmath.svg
23+
:target: https://pypi.org/project/bitmath/
24+
:alt: Latest Version
25+
1826
.. image:: https://img.shields.io/pypi/dm/bitmath?style=flat-square
1927
:target: https://pypistats.org/packages/bitmath
2028
:alt: PyPI - Package Downloads
@@ -23,9 +31,9 @@
2331
:target: https://pypistats.org/packages/bitmath
2432
:alt: GitHub Project Popularity
2533

26-
.. image:: https://img.shields.io/pypi/l/bitmath?style=flat-square
27-
:target: https://opensource.org/licenses/MIT
28-
:alt: PyPI - License
34+
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
35+
:target: https://github.com/timlnx/bitmath/blob/master/LICENSE
36+
:alt: License
2937

3038
.. image:: https://img.shields.io/pypi/implementation/bitmath?style=flat-square
3139
:alt: PyPI - Implementation

0 commit comments

Comments
 (0)