fix: remediate default branch dependency alerts

This commit is contained in:
rcourtman 2026-04-09 09:55:37 +01:00
parent b8e534c1eb
commit b017f8edcd
12 changed files with 42 additions and 47 deletions

View file

@ -57,6 +57,7 @@ jobs:
- name: Build Docker images for test environment
run: |
docker build -t pulse:test --target runtime .
docker build -t pulse-mock-github:test ./tests/integration/mock-github-server
env:
PULSE_LICENSE_PUBLIC_KEY: ${{ secrets.PULSE_LICENSE_PUBLIC_KEY }}