(venv) root@k8s-operation-1:~/cks-practice/bom# bom generate spdx-json --image nginx@sha256:8c329d819008c669731d333c44c766c1d9de3492beb03f8fc035bb5ef7081000 --output spdx-nginx.json
INFO bom v0.7.1: Generating SPDX Bill of Materials
INFO Processing image reference: nginx@sha256:8c329d819008c669731d333c44c766c1d9de3492beb03f8fc035bb5ef7081000
INFO Reference nginx@sha256:8c329d819008c669731d333c44c766c1d9de3492beb03f8fc035bb5ef7081000 points to a single image
INFO Generating single image package for nginx@sha256:8c329d819008c669731d333c44c766c1d9de3492beb03f8fc035bb5ef7081000
INFO Package describes image index.docker.io/library/nginx:8c329d819008c669731d333c44c766c1d9de3492beb03f8fc035bb5ef7081000
INFO Image manifest lists 7 layers (venv) root@k8s-operation-1:~/cks-practice/trivy# trivy image --format spdx-json --output nginx-spdx.json nginx:latest
2026-01-02T07:42:53Z INFO "--format spdx-json" disables security scanning. Specify "--scanners vuln" explicitly if you want to include vulnerabilities in the "spdx-json" report.
2026-01-02T07:42:55Z INFO Detected OS family="debian" version="13.2"
2026-01-02T07:42:55Z INFO Number of language-specific files num=0
(venv) root@k8s-operation-1:~/cks-practice/trivy# cat nginx-spdx.json
{
"spdxVersion": "SPDX-2.3",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: squid-config | |
| data: | |
| squid.conf: | | |
| acl localnet src 0.0.0.1-0.255.255.255 | |
| acl localnet src 10.0.0.0/8 | |
| acl localnet src 100.64.0.0/10 | |
| acl localnet src 169.254.0.0/16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: networking.istio.io/v1alpha3 | |
| kind: EnvoyFilter | |
| metadata: | |
| labels: | |
| argocd.argoproj.io/instance: mistral-appcluster | |
| name: filter-local-ratelimit-svc | |
| namespace: mistral | |
| spec: | |
| configPatches: | |
| - applyTo: HTTP_FILTER |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ############################ | |
| # 仮想ネットワーク環境作成 # | |
| ############################ | |
| # +------------------+ | |
| # | Host | | |
| # | | | |
| # | +------------+ | | |
| # | | br1 | | |
NewerOlder