From 5f5b97019b95cef875c9cdd29ec24db9c8eba1c9 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Thu, 14 Dec 2023 00:49:21 +0000 Subject: [PATCH] Try out Github CI badges Docs: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b740a3a8..5d6010102 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Gunicorn -This is an unmaintained fork for testing. +This is an unmaintained fork for **testing & integration**. * See gunicorn [Upstream Repository](https://github.com/benoitc/gunicorn), [PyPI]( https://pypi.python.org/pypi/gunicorn) and [Docs](https://docs.gunicorn.org) @@ -12,13 +12,22 @@ This is an unmaintained fork for testing. Gunicorn is released under the MIT License. See the [LICENSE](LICENSE) file for more details. +### CI + +[![CI:buildpackage](https://github.com/pajod/gunicorn/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/pajod/gunicorn/actions/workflows/ubuntu.yml) +[![CI:CodeQL](https://github.com/pajod/gunicorn/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/pajod/gunicorn/actions/workflows/github-code-scanning/codeql) +[![CI:lint](https://github.com/pajod/gunicorn/actions/workflows/lint.yml/badge.svg)](https://github.com/pajod/gunicorn/actions/workflows/lint.yml) +[![CI:tox](https://github.com/pajod/gunicorn/actions/workflows/tox.yml/badge.svg)](https://github.com/pajod/gunicorn/actions/workflows/tox.yml) + ### Notable changes tested in this repository - * [request smuggling vulnerabilities](https://github.com/benoitc/gunicorn/pull/3059) - * [configuration mismatch for SCRIPT_NAME](https://github.com/benoitc/gunicorn/pull/2804) + * request smuggling vulnerabilities: [PR #3059](https://github.com/benoitc/gunicorn/pull/3059) [PR #3113](https://github.com/benoitc/gunicorn/pull/3113) + * configuration mismatch for SCRIPT_NAME: [PR #2804](https://github.com/benoitc/gunicorn/pull/2804) + * [Building a debian/ubuntu](.github/workflows/ubuntu.yml) package without pulling updated dependencies + * Ubuntu 22.04 may be willing to stick to setuptools 59 until **April 2032**