We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f07ea commit 948bc50Copy full SHA for 948bc50
1 file changed
src/assets/YAML/default/BuildAndDeployment/Build.yaml
@@ -101,6 +101,11 @@ Build and Deployment:
101
evidence: ""
102
comments: ""
103
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.
109
risk: In case a vulnerability of severity high or critical exists, it needs
110
to be known where an artifacts with that vulnerability is deployed with which
111
dependencies.
0 commit comments