From a434659f4ce5e72f296f77ed68b1d0aefcd26e36 Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Wed, 16 Aug 2023 10:33:05 +0800 Subject: [PATCH] updated plugin checksum Signed-off-by: Patrick Zheng --- .github/workflows/e2e-test-sign.yml | 8 ++++---- .github/workflows/e2e-test-verify.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-test-sign.yml b/.github/workflows/e2e-test-sign.yml index 62641d6..c92e664 100644 --- a/.github/workflows/e2e-test-sign.yml +++ b/.github/workflows/e2e-test-sign.yml @@ -58,7 +58,7 @@ jobs: with: plugin_name: e2e-test-plugin plugin_url: https://github.com/Two-Hearts/notation-action/raw/e2e-notation-plugin/tests/plugin_binaries/notation-e2e-test-plugin_0.1.0_linux_amd64.tar.gz - plugin_checksum: 08afb824173a0636e8881ebd86b39d6ade958758bb48dd327fced9bd5a7f5f6a + plugin_checksum: be8d035024d3a96afb4118af32f2e201f126c7254b02f7bcffb3e3149d744fd2 key_id: ${{ env.E2E_CERT }} target_artifact_reference: ${{ env.target_artifact_reference }} signature_format: cose @@ -72,7 +72,7 @@ jobs: with: plugin_name: e2e-test-plugin plugin_url: https://github.com/Two-Hearts/notation-action/raw/e2e-notation-plugin/tests/plugin_binaries/notation-e2e-test-plugin_0.1.0_linux_amd64.tar.gz - plugin_checksum: 08afb824173a0636e8881ebd86b39d6ade958758bb48dd327fced9bd5a7f5f6a + plugin_checksum: be8d035024d3a96afb4118af32f2e201f126c7254b02f7bcffb3e3149d744fd2 key_id: ${{ env.E2E_CERT }} target_artifact_reference: ${{ env.target_artifact_reference }} signature_format: cose @@ -90,7 +90,7 @@ jobs: with: plugin_name: invalid-plugin plugin_url: https://github.com/Two-Hearts/notation-action/raw/e2e-notation-plugin/tests/plugin_binaries/notation-e2e-test-plugin_0.1.0_linux_amd64.tar.gz - plugin_checksum: 08afb824173a0636e8881ebd86b39d6ade958758bb48dd327fced9bd5a7f5f6a + plugin_checksum: be8d035024d3a96afb4118af32f2e201f126c7254b02f7bcffb3e3149d744fd2 key_id: ${{ env.E2E_CERT }} target_artifact_reference: ${{ env.target_artifact_reference }} signature_format: cose @@ -111,7 +111,7 @@ jobs: with: plugin_name: test plugin_url: invalid-url - plugin_checksum: 08afb824173a0636e8881ebd86b39d6ade958758bb48dd327fced9bd5a7f5f6a + plugin_checksum: test key_id: ${{ env.E2E_CERT }} target_artifact_reference: ${{ env.target_artifact_reference }} signature_format: cose diff --git a/.github/workflows/e2e-test-verify.yml b/.github/workflows/e2e-test-verify.yml index 640d5b2..14060da 100644 --- a/.github/workflows/e2e-test-verify.yml +++ b/.github/workflows/e2e-test-verify.yml @@ -61,7 +61,7 @@ jobs: with: plugin_name: e2e-test-plugin plugin_url: https://github.com/Two-Hearts/notation-action/raw/e2e-notation-plugin/tests/plugin_binaries/notation-e2e-test-plugin_0.1.0_linux_amd64.tar.gz - plugin_checksum: 08afb824173a0636e8881ebd86b39d6ade958758bb48dd327fced9bd5a7f5f6a + plugin_checksum: be8d035024d3a96afb4118af32f2e201f126c7254b02f7bcffb3e3149d744fd2 key_id: ${{ env.E2E_CERT }} target_artifact_reference: ${{ env.target_artifact_reference }} signature_format: cose