We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfd10a commit 7ba5890Copy full SHA for 7ba5890
modules/fundamental/src/sbom/service/sbom.rs
@@ -139,6 +139,7 @@ impl SbomService {
139
.alias("sbom_node", "r0")
140
.translator(|f, op, v| match f.split_once(':') {
141
Some(("label", key)) => Some(format!("labels:{key}{op}{v}")),
142
+ Some(("version", _)) => Some(format!("versions @> ARRAY[{v}]")),
143
_ => None,
144
}),
145
)?
0 commit comments