Implement `ProcessManifest`
mscottford opened this issue · comments
M. Scott Ford commented
Implement the ProcessManifest
gRPC call. This should:
- Modify the provided dependency manifest to "pin" dependencies so that no dependency has a release date after the value provided to the
ProcessManifest
call, known as theasOf
date. - Generate a CycloneDX SBOM in JSON format using the modified dependency manifest
- Revert any modifications to the dependency manifest
- Return the path to SBOM