Added hash_algorithm to config to choose between SHA256 and SHA3_512

This commit is contained in:
Dave Mateer
2022-07-18 13:15:48 +01:00
parent 6d8be4c07f
commit 363a8ef67a
13 changed files with 48 additions and 25 deletions

View File

@@ -104,3 +104,8 @@ execution:
duration: duration
screenshot: screenshot
hash: hash
# Must be either SHA256 or SHA3_512
hash_algorithm: SHA3_512
# hash_algorithm: SHA256