CycloneDX / cyclonedx-python

CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments
https://cyclonedx.org
Apache License 2.0
250 stars 66 forks source link

fix: assert copyright headers #787

Closed jkowalleck closed 2 weeks ago

jkowalleck commented 2 weeks ago

utilizes flake8 plugin https://pypi.org/project/flake8-copyright-validator/ to assert the correct headers

codacy-production[bot] commented 2 weeks ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -1.00%) :white_check_mark: (target: 80.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (b2cc77eb9d25ad2c8d0ee142a023fed849b255d7) | 1070 | 1035 | 96.73% | | | Head commit (d0e0aa86014e34184ad7b45d8b554c1e50b1d178) | 1070 (+0) | 1035 (+0) | 96.73% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#787) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more