├── .github ├── FUNDING.yml └── workflows │ ├── docker-build.yml │ ├── release.yml │ └── test.yml ├── Dockerfile ├── LICENSE ├── MANIFEST.in ├── README.md ├── example_sboms ├── syft_1.31.0_docker.io_alpine_latest_cyclonedx.json ├── syft_1.31.0_docker.io_alpine_latest_cyclonedx.xml ├── syft_1.31.0_docker.io_alpine_latest_github.json ├── syft_1.31.0_docker.io_alpine_latest_spdx.json ├── syft_1.31.0_docker.io_alpine_latest_syft.json ├── syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_cyclonedx.json ├── syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_cyclonedx.xml ├── syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_github.json ├── syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_spdx.json ├── syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_syft.json ├── syft_1.31.0_docker.io_nextcloud_latest_cyclonedx.json ├── syft_1.31.0_docker.io_nextcloud_latest_cyclonedx.xml ├── syft_1.31.0_docker.io_nextcloud_latest_github.json ├── syft_1.31.0_docker.io_nextcloud_latest_spdx.json ├── syft_1.31.0_docker.io_nextcloud_latest_syft.json ├── syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_cyclonedx.json ├── syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_cyclonedx.xml ├── syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_github.json ├── syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_spdx.json └── syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_syft.json ├── gen-sbom-examples.sh ├── install.sh ├── pyproject.toml ├── release.py ├── requirements.txt ├── sbommage.gif ├── sbommage.png ├── sbommage.py ├── sbommage.tape └── snap └── snapcraft.yaml /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/docker-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/.github/workflows/docker-build.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/README.md -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_alpine_latest_cyclonedx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_alpine_latest_cyclonedx.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_alpine_latest_cyclonedx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_alpine_latest_cyclonedx.xml -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_alpine_latest_github.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_alpine_latest_github.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_alpine_latest_spdx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_alpine_latest_spdx.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_alpine_latest_syft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_alpine_latest_syft.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_cyclonedx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_cyclonedx.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_cyclonedx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_cyclonedx.xml -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_github.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_github.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_spdx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_spdx.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_syft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_huggingface_transformers-all-latest-torch-nightly-gpu_latest_syft.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_nextcloud_latest_cyclonedx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_nextcloud_latest_cyclonedx.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_nextcloud_latest_cyclonedx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_nextcloud_latest_cyclonedx.xml -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_nextcloud_latest_github.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_nextcloud_latest_github.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_nextcloud_latest_spdx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_nextcloud_latest_spdx.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_docker.io_nextcloud_latest_syft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_docker.io_nextcloud_latest_syft.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_cyclonedx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_cyclonedx.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_cyclonedx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_cyclonedx.xml -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_github.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_github.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_spdx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_spdx.json -------------------------------------------------------------------------------- /example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_syft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/example_sboms/syft_1.31.0_mcr.microsoft.com_azure-cognitive-services_vision_read_latest_syft.json -------------------------------------------------------------------------------- /gen-sbom-examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/gen-sbom-examples.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/install.sh -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/pyproject.toml -------------------------------------------------------------------------------- /release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/release.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | textual==5.3.0 2 | -------------------------------------------------------------------------------- /sbommage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/sbommage.gif -------------------------------------------------------------------------------- /sbommage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/sbommage.png -------------------------------------------------------------------------------- /sbommage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/sbommage.py -------------------------------------------------------------------------------- /sbommage.tape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/sbommage.tape -------------------------------------------------------------------------------- /snap/snapcraft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popey/sbommage/HEAD/snap/snapcraft.yaml --------------------------------------------------------------------------------