Open sgammon opened 8 months ago
I don't see SHA256 mentioned anywhere in the file. Is it supposed to show up?
Currently, only SHA1 is written since the SPDX requires SHA1 and SHA256 is optional.
We could add additional checksum algorithms - a pull request would be welcome.
@goneall Okay. No worries. I'll see what I can do.
I have a project where I am using this plugin. I specified my configuration like this:
pom.xml
(root)pom.xml
(project)But, when the SPDX file is generated:
I don't see
SHA256
mentioned anywhere in the file. Is it supposed to show up?