|
@@ -11,4 +11,5 @@ __path__ = extend_path(__path__, __name__)
|
|
|
# processed correctly (e.g. qa)
|
|
|
BBIMPORTS = ["qa", "data", "path", "utils", "types", "package", "packagedata", \
|
|
|
"packagegroup", "sstatesig", "lsb", "cachedpath", "license", \
|
|
|
- "reproducible", "rust", "buildcfg", "go", "spdx30_tasks", "spdx_common"]
|
|
|
+ "reproducible", "rust", "buildcfg", "go", "spdx30_tasks", "spdx_common", \
|
|
|
+ "cve_check"]
|