Skip to content

Commit 948bc50

Browse files
authored
Add description for SBOM of components
1 parent c9f07ea commit 948bc50

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/assets/YAML/default/BuildAndDeployment

src/assets/YAML/default/BuildAndDeployment/Build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ Build and Deployment:
101101
evidence: ""
102102
comments: ""
103103
SBOM of components:
104+
description: |-
105+
SBOM (Software Bill of Materials) is a document that lists all components, libraries,
106+
and dependencies used in a software application or container image. Creating an SBOM
107+
during the build process can help ensure transparency, security, and license compliance
108+
for your application.
104109
risk: In case a vulnerability of severity high or critical exists, it needs
105110
to be known where an artifacts with that vulnerability is deployed with which
106111
dependencies.

0 commit comments

Comments
 (0)