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
Harden manifest verification with error handling and HTTP status checks
Add set -euo pipefail, validate token retrieval, check HTTP status code
before inspecting content-type, and use case-insensitive grep for the
manifest.list.v2 check.
Addresses Copilot review feedback on PR #1047.
0 commit comments