Skip to content

Commit

Permalink
feat: cyclonedx kbom support
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan committed Jun 11, 2023
1 parent 79cdbf1 commit 7740190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/supply-chain/sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ $ trivy image --format spdx-json --output result.json alpine:3.15
$ trivy fs --format cyclonedx --output result.json /app/myproject
```

#### Kubernetes sbom refer as kbom , produce the k8s core components (Control Plane Components, Node Components and Addons) bill of material
Kubernetes sbom i.e. kbom
Kubernetes sbom referred to as kbom, produces the k8s core components (Control Plane Components, Node Components and Addons) bill of material.

```
trivy k8s cluster --format cyclonedx --output result.json
Expand Down

0 comments on commit 7740190

Please sign in to comment.