cache-action: implement RASTER_CACHE_REQUIRE_DIGEST (warn by default) #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/cache-require-digest-flag"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
restore-impl.jsalways threw on a missing digest sidecar, but CHANGELOG documents warn-by-default and refuse only whenRASTER_CACHE_REQUIRE_DIGEST=true— so pre-#2 caches were unrecoverable, and SECURITY.md contradicted CHANGELOG.What
Honor
RASTER_CACHE_REQUIRE_DIGEST: missing sidecar warns + restores by default; refuses only when the flag is true. Reconciled the docs.Testing
Tests for both modes. Backlog rank 6.