mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-07-18 03:20:02 +00:00
* fix(data): add ruleset to explicitly allow Docker / OCI clients Fixes #1252 This is technically a regression as these clients used to work in Anubis v1.22.0, however it is allowable to make this opt-in as most websites do not expect to be serving Docker / OCI registry client traffic. Signed-off-by: Xe Iaso <[email protected]> * Update metadata check-spelling run (pull_request) for Xe/gh-1252/docker-registry-client-fix Signed-off-by: check-spelling-bot <[email protected]> on-behalf-of: @check-spelling <[email protected]> * test(docker-registry): export the right envvars Signed-off-by: Xe Iaso <[email protected]> * ci: add simdjson dependency for homebrew node Signed-off-by: Xe Iaso <[email protected]> * ci: install go/node without homebrew Signed-off-by: Xe Iaso <[email protected]> * test: use right github commit variable Signed-off-by: Xe Iaso <[email protected]> * ci: remove simdjson dependency Signed-off-by: Xe Iaso <[email protected]> * ci: install ko with an action Signed-off-by: Xe Iaso <[email protected]> * docs: add OCI registry caveat docs Signed-off-by: Xe Iaso <[email protected]> --------- Signed-off-by: Xe Iaso <[email protected]> Signed-off-by: check-spelling-bot <[email protected]>