Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 622 Bytes

internals_overview.md

File metadata and controls

7 lines (4 loc) · 622 Bytes

Internal Implementation

Surfactant is built around a plugin architecture, allowing other developers to extend its functionality. Most of the functionality Surfactant has for generating an SBOM is also implemented using the same set of hooks that are available for others. The plugins page has more information on how to write a plugin for Surfactant.

The following diagram gives a rough overview of how Surfactant works internally, and shows when some of the main types of plugin hooks get called when generating an SBOM.

Surfactant Internal Design