diff --git a/SECURITY.md b/SECURITY.md index 191fd8d..5b9fd19 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,5 +1,6 @@ # Security Policy +[![CodeQL](https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql?query=branch:main) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/bckohan/django-enum/badge)](https://securityscorecards.dev/viewer/?uri=github.com/bckohan/django-enum) ## Supported Versions diff --git a/doc/.readthedocs.yaml b/doc/.readthedocs.yaml index 2bc0eff..3534e91 100644 --- a/doc/.readthedocs.yaml +++ b/doc/.readthedocs.yaml @@ -12,9 +12,9 @@ build: python: "3.12" jobs: post_create_environment: - - pip install poetry + - pipx install uv post_install: - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs # Build documentation in the docs/ directory with Sphinx sphinx: