From 9dea5e92dfd4ad940e07bdeeb8f610e6ed5c43e0 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 25 May 2026 22:42:38 +1000 Subject: [PATCH] feat(artifactapi): add conftest to GitHub generic remote cache Adds open-policy-agent/conftest Linux x86_64 tarballs to the immutable patterns so conftest release downloads are served from the local cache. --- apps/base/artifactapi/resources/conf.d/remote-generic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml index 250b319..d8a4172 100644 --- a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml +++ b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml @@ -36,6 +36,7 @@ remotes: - "neovim/neovim/.*/nvim-linux-x86_64.tar.gz$" - "nzbgetcom/nzbget/.*/nzbget-.*.x86_64.rpm$" - "onedr0p/exportarr/.*/exportarr_.*_linux_amd64.tar.gz$" + - "open-policy-agent/conftest/.*/conftest_.*_Linux_x86_64.tar.gz$" - "openbao/openbao-plugins/.*/openbao-plugin-secrets-consul_linux_amd64_.*.tar.gz$" - "openbao/openbao-plugins/.*/openbao-plugin-secrets-nomad_linux_amd64_.*.tar.gz$" - "prometheus-community/bind_exporter/.*/bind_exporter-.*.linux-amd64.tar.gz$" -- 2.47.3