Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/fih_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: FIH hardening test install
env:
CONTAINER_REGISTRY: ghcr.io/${{ github.repository_owner }}
run: |
./ci/fih-tests_install.sh
- name: FIH hardening test run
env:
FIH_ENV: ${{ matrix.fih_env }}
CONTAINER_REGISTRY: ghcr.io/${{ github.repository_owner }}
run: |
./ci/fih-tests_run.sh
2 changes: 1 addition & 1 deletion ci/fih-tests_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ FIH_IMAGE_NAME=mcuboot-fih-test

FIH_IMAGE=$FIH_IMAGE_NAME:$FIH_IMAGE_VERSION

CONTAINER_REGISTRY=ghcr.io/mcu-tools
CONTAINER_REGISTRY=${CONTAINER_REGISTRY:-ghcr.io/mcu-tools}

TFM_TAG=ef7e8f34b48100c9ab0d169980e84d37d6b3c8b9
Loading