Skip to content

Commit

Permalink
Assure all configuration files are copied into release archive as sam…
Browse files Browse the repository at this point in the history
…ples (#97)

* Remove license.json from git-releaser extra files list

Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>

* Assure all configuration files are copied into release archive as examples

Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>

---------

Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
  • Loading branch information
mrutkows committed May 9, 2024
1 parent 7374687 commit b566504
Show file tree
Hide file tree
Showing 2 changed files with 3,391 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ The source archive will contain the following files under the root directory:
- `sbom-utility` - binary executable. This is all most need for non-customized configurations.
- `LICENSE` - the software license for the utility (i.e. Apache 2)
- `sbom-utility-<version>.sbom.json` - a simple Software Bill-of-Materials (SBOM) for the utility
- `custom.json` *(experimental)* - custom validation configuration file

and under the `resources/config` directory:
as well as sample configuration files:

- `config.json` *(optional)* - copy of the default schema configuration file for optional customization (to be passed on the command line)
- `license.json` *(optional)* - copy of the default license policy configuration file for optional customization (to be passed on the command line)
- `custom.json` *(experimental, unused)* - custom validation configuration file

---

Expand Down
Loading

0 comments on commit b566504

Please sign in to comment.