You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do something similar in crm convert. We need to be able to handle recipes that define and use the hash_type variable as some obnoxious to set the /source/sha256 field:
source:
{{ hash_type }}: {{ hash }}
This makes it impossible to edit the recipe file and should be forbidden. We should correct this to:
source:
sha256: {{ hash }}
The text was updated successfully, but these errors were encountered:
We do something similar in
crm convert
. We need to be able to handle recipes that define and use thehash_type
variable as some obnoxious to set the/source/sha256
field:This makes it impossible to edit the recipe file and should be forbidden. We should correct this to:
The text was updated successfully, but these errors were encountered: