Skip to content

Commit 6f1dba5

Browse files
fix typos for ci types check
Signed-off-by: mbiebel <[email protected]>
1 parent 2fa90d8 commit 6f1dba5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SBOM-Catalog/public/data.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6938,7 +6938,7 @@
69386938
Link: https://fossa.com
69396939
Name: FOSSA
69406940
Publisher: FOSSA
6941-
Source: Human reviewed
6941+
Source: Human written
69426942
Standards:
69436943
- SPDX
69446944
- CycloneDX
@@ -6971,7 +6971,7 @@
69716971
69726972
This comprehensive approach enables seamless compliance and risk management across your software ecosystem.'
69736973
Types:
6974-
- Analyzed
6974+
- Analyze
69756975
- Build
6976-
- Deployed
6976+
- Deployment
69776977
- Source

SBOM-Catalog/schemas/data.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data_item:
77
Link: str()
88
Publisher: str()
99
Summary: str()
10-
License: enum('GPL-3.0', 'MIT', 'BSD-3-Clause', 'Apache-2.0', 'LGPL-3.0', 'UPL-1.0', 'MPL-2.0', 'No License', 'GPL-2.0', 'BSD-2-Clause', 'UPL-1.0', 'EPL-2.0', 'GNU')
10+
License: enum('GPL-3.0', 'MIT', 'BSD-3-Clause', 'Apache-2.0', 'LGPL-3.0', 'UPL-1.0', 'MPL-2.0', 'No License', 'GPL-2.0', 'BSD-2-Clause', 'UPL-1.0', 'EPL-2.0', 'GNU', 'Proprietary')
1111
Standards: list(enum('CycloneDX', 'SPDX', 'SWID'))
1212
Source: enum('AI-Generated', 'AI & human reviewed', 'Human written')
1313
Abilities: list(enum('Compare', 'Consume', 'Convert', 'Edit', 'Generate', 'Merge', 'Validate', 'Sign'))

0 commit comments

Comments
 (0)