Sha checking remote task files ? #2194
|
Is there Sha checking to validate the remote files ? Would be more secure in terms of trust . I have them on Cloudflare R2 at the moment. The GitHub action uploads them in CI |
Answered by
trulede
Apr 27, 2025
Replies: 2 comments 2 replies
|
This sounds like a reasonable (good) extension to the existing behavior; if the calculated checksum does not match the expected checksum then do not run the task - a variation on the second case below. |
2 replies
Answer selected by
joeblew999
|
I think we can close this ?? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This sounds like a reasonable (good) extension to the existing behavior; if the calculated checksum does not match the expected checksum then do not run the task - a variation on the second case below.
https://taskfile.dev/experiments/remote-taskfiles/#security