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
feat: remove image whitelist by default, allow all public images
- Default SecurityPolicy now has empty allowed_image_prefixes (allow all)
- validate_image() skips check if whitelist is empty
- Added strict() for production with ghcr.io/platformnetwork/ only
- Added allow_all_images() and with_image_prefix() builder methods
This allows challenges to use any Docker Hub or other public images
like alexgshaw/* used by terminal-bench tasks.
0 commit comments