You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the download section, you provide an SBOM, which is good.
It is named e.g.: sbomasm-darwin-amd64.spdx.sbom
It would be better to name it sbomasm-darwin-amd64.spdx.json to conform the SPDX naming conventions.
Also, it is slightly invalid SPDX:
pyspdxtools -i sbomasm-darwin-amd64.spdx.json
ERROR:root:The document is invalid. The following issues have been found:
file name must not be an absolute path starting with "/", but is: /sbomasm-darwin-amd64
The text was updated successfully, but these errors were encountered:
In the download section, you provide an SBOM, which is good.
It is named e.g.:
sbomasm-darwin-amd64.spdx.sbom
It would be better to name it
sbomasm-darwin-amd64.spdx.json
to conform the SPDX naming conventions.Also, it is slightly invalid SPDX:
The text was updated successfully, but these errors were encountered: