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.
--format xml
1 parent 22a500b commit baf50d9Copy full SHA for baf50d9
features/xml_format.feature
@@ -0,0 +1,11 @@
1
+Feature: Creating BOM using XML format
2
+
3
+ Scenario: Running against simple fixture
4
+ Given I use a fixture named "simple"
5
+ And I run `cyclonedx-ruby --path . --format xml`
6
+ Then the output should contain:
7
+ """
8
+ 5 gems were written to BOM located at ./bom.xml
9
10
+ And a file named "bom.xml" should exist
11
+ And the generated XML BOM file "bom.xml" matches "bom.xml.expected"
0 commit comments