Skip to content

Commit 4d4b8d2

Browse files
committed
feat: have CycloneDX SBOM
1 parent 8b8f370 commit 4d4b8d2

2 files changed

Lines changed: 1477 additions & 1 deletion

File tree

Readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Install sw360 and required dependencies:
6262
The documentation of the project is built using Sphinx:
6363

6464
```python
65-
poetry run sphinx-build .\docs-source\ .\docs\
65+
poetry run sphinx-build ./docs-source/ ./docs/
6666
```
6767

6868
#### Building Python package
@@ -104,3 +104,8 @@ Copyright 2019-2024 Siemens
104104

105105
The project is licensed under the MIT license.
106106
SPDX-License-Identifier: MIT
107+
108+
## SBOM
109+
110+
For an up-to-date CycloneDX SBOM, please have a look at the
111+
[SBOM](https://github.com/sw360/sw360python/tree/master/SBOM) folder.

0 commit comments

Comments
 (0)