This adds SPDX support to the parlay scorecard enrich command. Logic is pretty much the same as it is for CycloneDX, just using a few early returns instead of nested ifs.
I tried to see if we could improve perf by making a HEAD request to the Scorecard API; which they unfortunately don’t support…
This adds SPDX support to the
parlay scorecard enrich
command. Logic is pretty much the same as it is for CycloneDX, just using a few early returns instead of nestedif
s.I tried to see if we could improve perf by making a HEAD request to the Scorecard API; which they unfortunately don’t support…
Once this is merged, I’d like to have a stab at refactoring all the
sizedwaitgroup
repetition.