in case the content is not UTF-8 encoded an exception will be raised and artifact_content will never be assigned, this cause the task to fail with a misleading exception: [local variable 'artifact_content' referenced before assignment], while it should be Artifact {evidence.artifact_name} has empty content or not UTF-8 encoded
…t in case of exception
in case the content is not UTF-8 encoded an exception will be raised and artifact_content will never be assigned, this cause the task to fail with a misleading exception:
[local variable 'artifact_content' referenced before assignment]
, while it should beArtifact {evidence.artifact_name} has empty content or not UTF-8 encoded
Description of the change
Applicable issues
Additional information
Checklist