From b073e676735341f7f924bbea34eab2b08bc7c03e Mon Sep 17 00:00:00 2001 From: Felipe Ventura <37639194+feventura@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:19:10 -0400 Subject: [PATCH] Update artifact_validation.yaml --- .github/workflows/artifact_validation.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/artifact_validation.yaml b/.github/workflows/artifact_validation.yaml index 86ab7c3f..b7bd5613 100644 --- a/.github/workflows/artifact_validation.yaml +++ b/.github/workflows/artifact_validation.yaml @@ -18,8 +18,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Test artifacts with OQS - ## TODO -- actually validate the signature on the TA cert; not just import it. - ## replace with `openssl verify -check_ss_sig -CAfile ` run: ./src/test_certs_r3.sh - name: Save artifacts uses: actions/upload-artifact@v4