Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# TrustSource Docker scanner

[![Gitter](https://badges.gitter.im/TrustSource/community.svg)](https://gitter.im/TrustSource/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
![Supported Versions](https://img.shields.io/badge/Python-3.7,%203.8-blue)
![Supported Versions](https://img.shields.io/badge/Python-3.7,%203.8-blue,3.9,3.10)

This is a wrapper for Syft, allowing to decompose a docker image - pulled from default
registry - and transferring the results to TrustSource or writing it into a local JSON.

> [!WARNING]
> **PLEASE NOTE:** We stopped further development on this client. You may still use it, but it will only receive bug fixes. Starting Q4/2024 we decided to focus all efforts on developing [ts-scan](https://github.com/trustsource/ts-scan), which also covers all capabilities of this solution.


# Prerequisites

**Syft** - a tool for generating a Software Bill of Materials (SBOM) from container images
Expand Down