Add posture checks to further restrict network access (#338)

This commit is contained in:
Eduard Gert
2024-02-22 13:58:41 +01:00
committed by GitHub
parent 8ffdb442f1
commit a5fc05ca3a
609 changed files with 25238 additions and 273 deletions

View File

@@ -27,12 +27,12 @@ jobs:
- run: echo '{}' > .local-config.json
- name: Build
- name: Build
run: npm run build
-
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-