ingestionSources property

List<IngestionSource>? ingestionSources
getter/setter pair

The list of sources that were scanned to find this package.

This can be a Docker image, an SBOM attachment, or both, for example.

Implementation

core.List<IngestionSource>? ingestionSources;