diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 50326ced88..a4401d5eff 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -57,11 +57,6 @@ jobs: --progress plain \ --cache-from $DOCKER_BUILD_REPOSITORY:$ARCH \ -t $DOCKER_BUILD_REPOSITORY:$ARCH-$SHORT_SHA . - - name: Scan image - uses: anchore/scan-action@v3 - with: - image: "$DOCKER_BUILD_REPOSITORY:$ARCH-$SHORT_SHA" - severity-cutoff: high - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Test images