Skip to content

Commit

Permalink
fixup5
Browse files Browse the repository at this point in the history
  • Loading branch information
annekebr committed Nov 16, 2023
1 parent 76f2b13 commit c7c0259
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/.reusable-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c7c0259

Please sign in to comment.