Skip to content

Commit 53f38d6

Browse files
committed
add versions columnn to sbom
1 parent 9c03149 commit 53f38d6

File tree

13 files changed

+28143
-1
lines changed

13 files changed

+28143
-1
lines changed

entity/src/sbom.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ pub struct Model {
2121

2222
pub source_document_id: Option<Uuid>,
2323

24+
pub versions: Vec<String>,
25+
2426
#[cfg_attr(
2527
feature = "async-graphql",
2628
graphql(derived(owned, into = "HashMap<String,String>", with = "Labels::from"))

0 commit comments

Comments
 (0)