From c7c0259cef1f9241d630768e34de4cb322ac8cea Mon Sep 17 00:00:00 2001 From: Anneke Breust <44376590+annekebr@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:07:11 +0100 Subject: [PATCH] fixup5 --- .github/workflows/.reusable-integration-test.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/.reusable-integration-test.yml b/.github/workflows/.reusable-integration-test.yml index 00b56a425..ae838480e 100644 --- a/.github/workflows/.reusable-integration-test.yml +++ b/.github/workflows/.reusable-integration-test.yml @@ -58,14 +58,6 @@ jobs: image: securesystemsengineering/alerting-endpoint ports: - 56243:56243 - notary: - image: notary:server - env: - NOTARY_SERVER_TRUST_SERVICE_TYPE: local - NOTARY_SERVER_STORAGE_BACKEND: memory - NOTARY_SERVER_LOGGING_LEVEL: debug - volumes: - - ./tests/data/notaryservice_container/certs/leaf/:/certs steps: - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -78,7 +70,10 @@ jobs: - name: Install yq run: | sudo snap install yq - - name: Setup Test Notary Trust Data + - name: Setup notary instance + run: | + docker run -e NOTARY_SERVER_TRUST_SERVICE_TYPE=local -e NOTARY_SERVER_STORAGE_BACKEND=memory -e NOTARY_SERVER_LOGGING_LEVEL=debug -v ./tests/data/notaryservice_container/certs/leaf/:/certs notary:server + - name: Populate notary instance with trust data uses: ./.github/actions/setup-notary - uses: ./.github/actions/k8s-version-config name: Setup k8s cluster