Skip to content

Commit af05935

Browse files
authoredJun 24, 2024
fix typos (#2154)
1 parent d7f3484 commit af05935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/docs/crds/sbom-report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SbomReport
22

3-
An instance of the SbomReport represents the latest sbom (software bill of metarials) found in a container image of a given
4-
Kubernetes workload. It consists of a list of OS package and application bil of metarial with a summary of
3+
An instance of the SbomReport represents the latest SBOM (Software Bill of Materials) found in a container image of a given
4+
Kubernetes workload. It consists of a list of OS package and application bill of materials with a summary of
55
components and dependencies. For a multi-container workload trivy-operator creates multiple instances
66
of SbomReports in the workload's namespace with the owner reference set to that workload.
77
Each report follows the naming convention `<workload kind>-<workload name>-<container-name>`.

0 commit comments

Comments
 (0)
Please sign in to comment.