From e3ce3bb7c63b81652b20cfd3f920b4f686c3068e Mon Sep 17 00:00:00 2001 From: Stanislau Kviatkouski <7zete7@gmail.com> Date: Wed, 4 Jun 2025 15:36:04 +0300 Subject: [PATCH] chore(ci): make the security downgrade of cURL requests more obvious --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9506ca40d..e49a4b223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,10 +44,10 @@ jobs: - name: Check HTTPS reachability if: false # Remove this line when the homepage will be configured, or change the path to check - run: curl -vk --fail-with-body https://localhost + run: curl -v --insecure --fail-with-body https://localhost - name: Check Mercure reachability - run: curl -vkI --fail-with-body https://localhost/.well-known/mercure?topic=test + run: curl -vI --insecure --fail-with-body https://localhost/.well-known/mercure?topic=test - name: Create test database if: false # Remove this line if Doctrine ORM is installed