diff --git a/tests/yaml_samples/int_bom_include_dnf.kiplot.yaml b/tests/yaml_samples/int_bom_include_dnf.kiplot.yaml new file mode 100644 index 00000000..8d27fbdf --- /dev/null +++ b/tests/yaml_samples/int_bom_include_dnf.kiplot.yaml @@ -0,0 +1,13 @@ +# Example KiPlot config file +kiplot: + version: 1 + +outputs: + - name: 'bom_internal' + comment: "Bill of Materials in CSV format" + type: bom + dir: BoM + options: + ignore_dnf: false + format: CSV +