From ceeebd7e4e824f6391c6d80cbbc0635c564f0ca5 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:29:41 +0200 Subject: [PATCH] CI: test pqc keys in sop interoperability suite --- .github/test-suite/config.json.template | 3 ++- .github/workflows/sop-test-suite.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/test-suite/config.json.template b/.github/test-suite/config.json.template index 8e9a9d3ff..32c74d177 100644 --- a/.github/test-suite/config.json.template +++ b/.github/test-suite/config.json.template @@ -4,7 +4,8 @@ "id": "sop-openpgpjs-branch", "path": "__SOP_OPENPGPJS__", "env": { - "OPENPGPJS_PATH": "__OPENPGPJS_BRANCH__" + "OPENPGPJS_PATH": "__OPENPGPJS_BRANCH__", + "OPENPGPJS_CUSTOM_PROFILES": "{\"generate-key\": { \"post-quantum\": { \"description\": \"generate post-quantum v6 keys (relying on ML-DSA + ML-KEM)\", \"options\": { \"type\": \"pqc\", \"config\": { \"v6Keys\": true } } } } }" } }, { diff --git a/.github/workflows/sop-test-suite.yml b/.github/workflows/sop-test-suite.yml index 2e29721a4..9705a889e 100644 --- a/.github/workflows/sop-test-suite.yml +++ b/.github/workflows/sop-test-suite.yml @@ -10,7 +10,7 @@ jobs: name: Run interoperability test suite runs-on: ubuntu-latest container: - image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.10 + image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.11 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }}