Skip to content

Commit 0bae0a7

Browse files
Grammar correction in docs
Signed-off-by: Steve Springett <[email protected]>
1 parent d92ec4c commit 0bae0a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

schema/bom-1.5.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,9 @@ enum LifecyclePhase {
428428
LIFECYCLE_PHASE_BUILD = 2;
429429
// BOM consisting of information obtained after a build process has completed and the resulting components(s) are available for further analysis. Built components may exist as the result of a CI/CD process, may have been installed or deployed to a system or device, and may need to be retrieved or extracted from the system or device.
430430
LIFECYCLE_PHASE_POST_BUILD = 3;
431-
// BOM produced that represents inventory that is running and operational. This may include staging or production environments, and will generally encompass multiple SBOMs describing the applications and operating system, along with HBOMs describing the hardware that make up the system. Operations Bill of Materials (OBOM) can provide full-stack inventory of runtime environments, configurations, and additional dependencies.
431+
// BOM produced that represents inventory that is running and operational. This may include staging or production environments and will generally encompass multiple SBOMs describing the applications and operating system, along with HBOMs describing the hardware that makes up the system. Operations Bill of Materials (OBOM) can provide full-stack inventory of runtime environments, configurations, and additional dependencies.
432432
LIFECYCLE_PHASE_OPERATIONS = 4;
433-
// BOM consisting of information observed through network discovery providing point-in-time enumeration of embedded, on-premise, and cloud native services such as server applications, connected devices, microservices, and serverless functions.
433+
// BOM consisting of information observed through network discovery providing point-in-time enumeration of embedded, on-premise, and cloud-native services such as server applications, connected devices, microservices, and serverless functions.
434434
LIFECYCLE_PHASE_DISCOVERY = 5;
435435
// BOM containing inventory that will be, or has been retired from operations.
436436
LIFECYCLE_PHASE_DECOMMISSION = 6;

schema/bom-1.5.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"phase": {
155155
"type": "string",
156156
"title": "Phase",
157-
"description": "A pre-defined phase in the product lifecycle.\n\n* __design__ = BOM produced early in the development lifecycle containing inventory of components and services that are proposed or planned to be used. The inventory may need to be procured, retrieved, or resourced prior to use.\n* __pre-build__ = BOM consisting of information obtained prior to a build process and may contain source files and development artifacts and manifests. The inventory may need to be resolved and retrieved prior to use.\n* __build__ = BOM consisting of information obtained during a build process where component inventory is available for use. The precise versions of resolved components are usually available at this time as well as the provenance of where the components were retrieved from.\n* __post-build__ = BOM consisting of information obtained after a build process has completed and the resulting components(s) are available for further analysis. Built components may exist as the result of a CI/CD process, may have been installed or deployed to a system or device, and may need to be retrieved or extracted from the system or device.\n* __operations__ = BOM produced that represents inventory that is running and operational. This may include staging or production environments, and will generally encompass multiple SBOMs describing the applications and operating system, along with HBOMs describing the hardware that make up the system. Operations Bill of Materials (OBOM) can provide full-stack inventory of runtime environments, configurations, and additional dependencies.\n* __discovery__ = BOM consisting of information observed through network discovery providing point-in-time enumeration of embedded, on-premise, and cloud native services such as server applications, connected devices, microservices, and serverless functions.\n* __decommission__ = BOM containing inventory that will be, or has been retired from operations.",
157+
"description": "A pre-defined phase in the product lifecycle.\n\n* __design__ = BOM produced early in the development lifecycle containing inventory of components and services that are proposed or planned to be used. The inventory may need to be procured, retrieved, or resourced prior to use.\n* __pre-build__ = BOM consisting of information obtained prior to a build process and may contain source files and development artifacts and manifests. The inventory may need to be resolved and retrieved prior to use.\n* __build__ = BOM consisting of information obtained during a build process where component inventory is available for use. The precise versions of resolved components are usually available at this time as well as the provenance of where the components were retrieved from.\n* __post-build__ = BOM consisting of information obtained after a build process has completed and the resulting components(s) are available for further analysis. Built components may exist as the result of a CI/CD process, may have been installed or deployed to a system or device, and may need to be retrieved or extracted from the system or device.\n* __operations__ = BOM produced that represents inventory that is running and operational. This may include staging or production environments and will generally encompass multiple SBOMs describing the applications and operating system, along with HBOMs describing the hardware that makes up the system. Operations Bill of Materials (OBOM) can provide full-stack inventory of runtime environments, configurations, and additional dependencies.\n* __discovery__ = BOM consisting of information observed through network discovery providing point-in-time enumeration of embedded, on-premise, and cloud-native services such as server applications, connected devices, microservices, and serverless functions.\n* __decommission__ = BOM containing inventory that will be, or has been retired from operations.",
158158
"enum": [
159159
"design",
160160
"pre-build",

schema/bom-1.5.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ limitations under the License.
216216
<xs:annotation>
217217
<xs:documentation>
218218
BOM produced that represents inventory that is running and operational. This may include staging
219-
or production environments, and will generally encompass multiple SBOMs describing the applications
220-
and operating system, along with HBOMs describing the hardware that make up the system. Operations
219+
or production environments and will generally encompass multiple SBOMs describing the applications
220+
and operating system, along with HBOMs describing the hardware that makes up the system. Operations
221221
Bill of Materials (OBOM) can provide full-stack inventory of runtime environments, configurations,
222222
and additional dependencies.
223223
</xs:documentation>
@@ -227,7 +227,7 @@ limitations under the License.
227227
<xs:annotation>
228228
<xs:documentation>
229229
BOM consisting of information observed through network discovery providing point-in-time
230-
enumeration of embedded, on-premise, and cloud native services such as server applications,
230+
enumeration of embedded, on-premise, and cloud-native services such as server applications,
231231
connected devices, microservices, and serverless functions.
232232
</xs:documentation>
233233
</xs:annotation>

0 commit comments

Comments
 (0)