diff --git a/django/{{ cookiecutter.project_slug }}/README.md b/django/{{ cookiecutter.project_slug }}/README.md index ff0cf67..60cdc65 100644 --- a/django/{{ cookiecutter.project_slug }}/README.md +++ b/django/{{ cookiecutter.project_slug }}/README.md @@ -107,6 +107,9 @@ GitLab CI/CD is a continuous integration and continuous deployment service built To track vulnerabilities in dependencies we are using our Dependency Track Dashboard. The dashboard is updated with every push to the default branch or a created tag. The dashboard is updated with the help of the `uv.lock` file that is generated by uv. + +Have a look at our [BetterWiki article](https://singularit.singular-pages.de/better-wiki/wiki/ci-cd/sbom/#dependency-tracking) for more information about Dependency Track and how to use it. + You can view our Dependency Track Dashboard [here](https://dependency-track.v3.singular-it-test.de/). ### Stages