File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- _commit : v0.7.7
1+ _commit : v0.7.8
22_src_path : gh:helmut-hoffer-von-ankershoffen/oe-python-template
33attestations_enabled : true
44author_email : helmuthva@gmail.com
Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ examples/ # Example code demonstrating use of the project
5757├── notebook.ipynb # Jupyter notebook
5858└── script.py # Minimal script
5959reports/ # Compliance reports for auditing
60- ├── junit.xml # Report of executions
61- ├── mypy_junit.xml # Report of executions
62- ├── coverage.xml # Test coverage in XML format
60+ ├── junit.xml # Report of test executions run with pytest
61+ ├── mypy_junit.xml # Report of static typing validation run with mypy
62+ ├── coverage.xml # Test coverage in XML format generated by pytest-cov
6363├── coverage_html # Report of test coverage in HTML format
6464├── licenses.csv # List of dependencies and their license types
6565├── licenses.json # .json file with dependencies their license types
6666├── licenses_grouped.json # .json file with dependencies grouped by license type
67- ├── notebook.ipynb # Jupyter notebook
68- └── script.py # Minimal script
67+ ├── vulnerabilities.json # .json file with vulnerabilities detected in dependencies by pip-audit
68+ └── sbom.json # Software Bill of Materials in OWASP CycloneDX format
6969```
7070
7171
You can’t perform that action at this time.
0 commit comments