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 73e1b53 commit f656072Copy full SHA for f656072
README.md
@@ -55,7 +55,16 @@ Specific versions of CycloneDX can be specified by using the version parameter.
55
56
The officially supported media type for Protocol Buffer format is `application/x.vnd.cyclonedx+protobuf`.
57
58
+## Recognized file patterns
59
60
+The following file names are conventionally used for storing CycloneDX BOM files:
61
+* `bom.json` for JSON encoded CycloneDX BOM files.
62
+* `bom.xml` for XML encoded CycloneDX BOM files.
63
+
64
+Alternatively, files that match the glob pattern below are also recognized:
65
+* `*.cdx.json` for JSON encoded CycloneDX BOM files.
66
+* `*.cdx.xml` for XML encoded CycloneDX BOM files.
67
68
## Release History
69
70
| Version | Release Date |
0 commit comments