Skip to content

Add reachability column to sbom_occurrences table

Joey Khabie requested to merge jkhabie-add-reachability-column-sbom into master

Background

In order to digest and save to db the reachability feature (in_use) of a customer package , we need to add a smallint column to db.

The optional values are:

0 - unknown (Not in_use)

1 - in_use

This values will be taken from Gemnasium cycloneDX report changes

For more information pls take a look here: #473784 (closed)

Edited by Joey Khabie

Merge request reports

Loading