Inedo / pgscan

Dependency scanner for ProGet.
MIT License
11 stars 5 forks source link

Added option to write SBOM to local file instead of sending it to ProGet #37

Closed szimmer-dap closed 11 months ago

szimmer-dap commented 11 months ago

Updated version of PR #36

Basically what the title says: this patch adds the ability to write an SBOM to a local file instead of sending it to the server.

Might be useful for debugging, but might also be used in a scenario where someone might want to create an SBOM file, modify its content and then send the adjusted file to their ProGet server.

Also took the liberty to add some additional info to the "usage" screen ("publish" is deprecated, "identify" needs ProGet 2022+ to work).