SamuraiAku / PkgToSoftwareBOM.jl

Produces a Software Bill of Materials (SBOM) describing your Julia Pkg environment. SBOM is in the SPDX format
MIT License
17 stars 2 forks source link

Add test dependencies to the SBOM #1

Open SamuraiAku opened 1 year ago

SamuraiAku commented 1 year ago

Since Pkg will download them when installing the package. Should we give an option flag to not include them?