Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions django/{{ cookiecutter.project_slug }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading