Skip to content

Commit

Permalink
Clarify the README description of validate argument -o; this argument…
Browse files Browse the repository at this point in the history
… requires a path with file name, not just path. The error when it doesn't get one is Access Denied, which is not very helpful. (#567)
  • Loading branch information
alisonlomaka authored May 6, 2024
1 parent 947bb26 commit 53f7508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ sbom-tool validate -b <drop path> -o <output path> -mi SPDX:2.2
This sample command provides the minimum mandatory arguments required to validate an SBOM:
`-b` should be the path same path used to generate the SBOM file.
In this scenario, the tool will default to searching for an SBOM at the `<drop path>\_manifest\spdx_2.2\manifest.spdx.json` path.
`-o` is the output path where the tool should write the results to.
`-o` is the output path, including file name, where the tool should write the results to.
`-mi` is the ManifestInfo, which provides the user's desired name and version of the manifest format.

Currently only SPDX2.2 is supported.
Expand Down

0 comments on commit 53f7508

Please sign in to comment.