Hello,
When trying to validate CWL provenance folder using cwlprov python tool, I get the error in subject, which deals with the usage of unsafe SHA1 checksums. As far as I have noticed into cwltool, the only supported SHA by CWL at the moment is SHA1 (Am I right?).
Is there any way to bypass that critical error or to switch to SHA256 or SHA512?
In the same provenance folder, there are also 2 tagmanifest files for SHA256 and SHA512.
Thank you in advance