bomtool: only use query dependencies for deriving the SBOM document name
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
eb7c2385d0
commit
9aaff5148c
|
@ -65,6 +65,9 @@ sbom_name(pkgconf_pkg_t *world)
|
||||||
pkgconf_dependency_t *dep = node->data;
|
pkgconf_dependency_t *dep = node->data;
|
||||||
pkgconf_pkg_t *match = dep->match;
|
pkgconf_pkg_t *match = dep->match;
|
||||||
|
|
||||||
|
if ((dep->flags & PKGCONF_PKG_DEPF_QUERY) != PKGCONF_PKG_DEPF_QUERY)
|
||||||
|
continue;
|
||||||
|
|
||||||
if (!dep->match)
|
if (!dep->match)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue