Skip to content

Commit f656072

Browse files
authored
docs: Recognized file patterns
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 73e1b53 commit f656072

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,16 @@ Specific versions of CycloneDX can be specified by using the version parameter.
5555

5656
The officially supported media type for Protocol Buffer format is `application/x.vnd.cyclonedx+protobuf`.
5757

58+
## Recognized file patterns
5859

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+
5968
## Release History
6069

6170
| Version | Release Date |

0 commit comments

Comments
 (0)