ci: run browser quality on native Windows #2

Merged
Jens merged 6 commits from infra/windows-native-runner into main 2026-08-27 18:27:54 +00:00
Showing only changes of commit a4e006f455 - Show all commits
+7 -4
View File
@@ -11,10 +11,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Secret scan
uses: trufflesecurity/trufflehog@v3.79.0
with:
path: ./
extra_args: --only-verified
shell: bash
run: |
set -euo pipefail
scan_container="$(docker create ghcr.io/trufflesecurity/trufflehog:3.79.0 filesystem /scan --only-verified --fail --no-update)"
trap 'docker rm -f "${scan_container}" >/dev/null 2>&1 || true' EXIT
tar --exclude=.git -cf - . | docker cp - "${scan_container}:/scan"
docker start -a "${scan_container}"
quality:
# Browser quality runs against the dedicated bounded Windows 11 VM runner.