File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1616
1717permissions : { }
1818
19- # TODO: explore more options: https://docs.docker.com/build/ci/github-actions/
20- # TODO: Experiment GitHub deployments
21- # TODO: do we want to test multi-arch build?
22- # TODO: SonarQube integration at both CI and Docker Scout levels?
23- # TODO: Migrate from Trivy to Docker Scout
19+ # TODO: Migrate from Trivy to Docker Scout: https://github.com/docker/scout-action
2420jobs :
2521 build-and-test :
2622 name : Build & Test
Original file line number Diff line number Diff line change @@ -197,7 +197,6 @@ jobs:
197197
198198 # Setup of QEMU x Buildx
199199 # Required for multi-arch builds (typically for ARM architecture support)
200- # TODO: rely on native ARM64 native node instead of QEMU: https://docs.docker.com/build/ci/github-actions/multi-platform/
201200 - name : Set up QEMU
202201 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
203202
You can’t perform that action at this time.
0 commit comments