Skip to content

Commit ac101e9

Browse files
committed
chore: prefix all sbomer:image:labels properties with redhat namespace
1 parent e2a7cb1 commit ac101e9

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

docs/taxonomy.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@ refer to the [official documentation](https://github.com/CycloneDX/cyclonedx-pro
1010
| `redhat:advisory_id` | The [Red Hat Errata](https://access.redhat.com/articles/explaining_redhat_errata) numeric identifier for which the SBOM was generated. | `metadata` |
1111
| `redhat:deliverable-url` | If an SBOM was generated from a ZIP file, it indicates the URL location of the file. | `metadata/component` |
1212
| `redhat:deliverable-checksum` | If an SBOM was generated from a ZIP file, it indicates the checksum (sha256) of the file. | `metadata/component` |
13-
| `sbomer:image:labels:architecture` | Specifies the CPU architecture for which a container image is built, such as `amd64`, `arm64`, etc. | `components[]` |
14-
| `sbomer:image:labels:build-date` | Indicates the date and time when a container image was built. | `components[]` |
15-
| `sbomer:image:labels:com.redhat.component` | Specifies the Red Hat component name associated with a container image. | `components[]` |
16-
| `sbomer:image:labels:com.redhat.delivery.backport` | A flag indicating whether a container image includes backported features or fixes (`true`) or not (`false`). | `components[]` |
17-
| `sbomer:image:labels:com.redhat.delivery.operator.bundle` | A flag indicating whether a container image is an Operator bundle for Red Hat OpenShift (`true`) or not (`false`). | `components[]` |
18-
| `sbomer:image:labels:com.redhat.license_terms` | Provides a URL to the license terms applicable to a container image. | `components[]` |
19-
| `sbomer:image:labels:com.redhat.openshift.versions` | Specifies the compatible OpenShift versions for a container image. | `components[]` |
20-
| `sbomer:image:labels:description` | Provides a brief description of container image's purpose or contents. | `components[]` |
21-
| `sbomer:image:labels:distribution-scope` | Defines the scope of distribution, such as `public` or `private`. | `components[]` |
22-
| `sbomer:image:labels:io.buildah.version` | Specifies the version of Buildah used to build a container image. | `components[]` |
23-
| `sbomer:image:labels:io.k8s.description` | Provides a description of container image for Kubernetes environments. | `components[]` |
24-
| `sbomer:image:labels:io.k8s.display-name` | Specifies a human-readable name for a container image in Kubernetes contexts. | `components[]` |
25-
| `sbomer:image:labels:io.openshift.tags` | Lists tags associated with container image for OpenShift categorization. | `components[]` |
26-
| `sbomer:image:labels:lvms.tags` | Specifies tags related to Logical Volume Management (LVM) systems. | `components[]` |
27-
| `sbomer:image:labels:maintainer` | Provides contact information for a container image's maintainer. | `components[]` |
28-
| `sbomer:image:labels:name` | Specifies the name of a container image. | `components[]` |
29-
| `sbomer:image:labels:operators.operatorframework.io.bundle.channels.v1` | Lists the channels for the Operator bundle, such as `stable` or `beta`. | `components[]` |
30-
| `sbomer:image:labels:operators.operatorframework.io.bundle.manifests.v1` | Indicates the location of the Operator bundle manifests. | `components[]` |
31-
| `sbomer:image:labels:operators.operatorframework.io.bundle.mediatype.v1` | Specifies the media type or format of the operator bundle, such as Helm charts or plain Kubernetes manifests. | `components[]` |
32-
| `sbomer:image:labels:operators.operatorframework.io.bundle.metadata.v1` | Indicates the path within the image to the directory containing metadata files about the bundle. | `components[]` |
33-
| `sbomer:image:labels:operators.operatorframework.io.bundle.package.v1` | Denotes the package name of the operator bundle. | `components[]` |
34-
| `sbomer:image:labels:release` | Specifies the release version of a container image or software contained within. | `components[]` |
35-
| `sbomer:image:labels:summary` | Provides a brief summary of a container image's purpose or contents. | `components[]` |
36-
| `sbomer:image:labels:url` | Offers a URL to more information about a container image or the project it represents. | `components[]` |
37-
| `sbomer:image:labels:vcs-ref` | Indicates the specific commit reference from the version control system used to build a container image. | `components[]` |
38-
| `sbomer:image:labels:vcs-type` | Specifies the type of version control system used, such as Git or SVN. | `components[]` |
39-
| `sbomer:image:labels:vendor` | Identifies the organization or individual responsible for a container image. | `components[]` |
40-
| `sbomer:image:labels:version` | Denotes the version of the application or component contained within a container image. | `components[]` |
13+
| `redhat:sbomer:image:labels:architecture` | Specifies the CPU architecture for which a container image is built, such as `amd64`, `arm64`, etc. | `components[]` |
14+
| `redhat:sbomer:image:labels:build-date` | Indicates the date and time when a container image was built. | `components[]` |
15+
| `redhat:sbomer:image:labels:com.redhat.component` | Specifies the Red Hat component name associated with a container image. | `components[]` |
16+
| `redhat:sbomer:image:labels:com.redhat.delivery.backport` | A flag indicating whether a container image includes backported features or fixes (`true`) or not (`false`). | `components[]` |
17+
| `redhat:sbomer:image:labels:com.redhat.delivery.operator.bundle` | A flag indicating whether a container image is an Operator bundle for Red Hat OpenShift (`true`) or not (`false`). | `components[]` |
18+
| `redhat:sbomer:image:labels:com.redhat.license_terms` | Provides a URL to the license terms applicable to a container image. | `components[]` |
19+
| `redhat:sbomer:image:labels:com.redhat.openshift.versions` | Specifies the compatible OpenShift versions for a container image. | `components[]` |
20+
| `redhat:sbomer:image:labels:description` | Provides a brief description of container image's purpose or contents. | `components[]` |
21+
| `redhat:sbomer:image:labels:distribution-scope` | Defines the scope of distribution, such as `public` or `private`. | `components[]` |
22+
| `redhat:sbomer:image:labels:io.buildah.version` | Specifies the version of Buildah used to build a container image. | `components[]` |
23+
| `redhat:sbomer:image:labels:io.k8s.description` | Provides a description of container image for Kubernetes environments. | `components[]` |
24+
| `redhat:sbomer:image:labels:io.k8s.display-name` | Specifies a human-readable name for a container image in Kubernetes contexts. | `components[]` |
25+
| `redhat:sbomer:image:labels:io.openshift.tags` | Lists tags associated with container image for OpenShift categorization. | `components[]` |
26+
| `redhat:sbomer:image:labels:lvms.tags` | Specifies tags related to Logical Volume Management (LVM) systems. | `components[]` |
27+
| `redhat:sbomer:image:labels:maintainer` | Provides contact information for a container image's maintainer. | `components[]` |
28+
| `redhat:sbomer:image:labels:name` | Specifies the name of a container image. | `components[]` |
29+
| `redhat:sbomer:image:labels:operators.operatorframework.io.bundle.channels.v1` | Lists the channels for the Operator bundle, such as `stable` or `beta`. | `components[]` |
30+
| `redhat:sbomer:image:labels:operators.operatorframework.io.bundle.manifests.v1` | Indicates the location of the Operator bundle manifests. | `components[]` |
31+
| `redhat:sbomer:image:labels:operators.operatorframework.io.bundle.mediatype.v1` | Specifies the media type or format of the operator bundle, such as Helm charts or plain Kubernetes manifests. | `components[]` |
32+
| `redhat:sbomer:image:labels:operators.operatorframework.io.bundle.metadata.v1` | Indicates the path within the image to the directory containing metadata files about the bundle. | `components[]` |
33+
| `redhat:sbomer:image:labels:operators.operatorframework.io.bundle.package.v1` | Denotes the package name of the operator bundle. | `components[]` |
34+
| `redhat:sbomer:image:labels:release` | Specifies the release version of a container image or software contained within. | `components[]` |
35+
| `redhat:sbomer:image:labels:summary` | Provides a brief summary of a container image's purpose or contents. | `components[]` |
36+
| `redhat:sbomer:image:labels:url` | Offers a URL to more information about a container image or the project it represents. | `components[]` |
37+
| `redhat:sbomer:image:labels:vcs-ref` | Indicates the specific commit reference from the version control system used to build a container image. | `components[]` |
38+
| `redhat:sbomer:image:labels:vcs-type` | Specifies the type of version control system used, such as Git or SVN. | `components[]` |
39+
| `redhat:sbomer:image:labels:vendor` | Identifies the organization or individual responsible for a container image. | `components[]` |
40+
| `redhat:sbomer:image:labels:version` | Denotes the version of the application or component contained within a container image. | `components[]` |
4141

4242
The `Scope` column describes which `properties` section is the intended location for the property. For example,
4343
a scope of `metadata` means that the property is intended for use in `metadata/properties`. This is meant as a

0 commit comments

Comments
 (0)