From ec51098f7696a04fa7d7404daf36beeb37a6035f Mon Sep 17 00:00:00 2001 From: kdacosta0 Date: Wed, 8 Jul 2026 13:59:37 +0200 Subject: [PATCH] Fix playwright install: migrate to mxschmitt/playwright-go The playwright-community/playwright-go CDN has been shut down. The module moved to mxschmitt/playwright-go which downloads the driver from npm + nodejs.org instead. Refs: SECURESIGN-4984 Co-Authored-By: Claude Opus 4.6 --- tasks/integration-test/sigstore-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/integration-test/sigstore-e2e.yaml b/tasks/integration-test/sigstore-e2e.yaml index b74291ca..2d548c93 100644 --- a/tasks/integration-test/sigstore-e2e.yaml +++ b/tasks/integration-test/sigstore-e2e.yaml @@ -149,7 +149,7 @@ spec: libxcb libXcomposite libXdamage libXext libXfixes libxkbcommon \ libXrandr libxshmfence mesa-libgbm nss nspr pango - go run github.com/playwright-community/playwright-go/cmd/playwright install chromium + go run github.com/mxschmitt/playwright-go/cmd/playwright install chromium go mod vendor export TEST_FIREFOX=false