From 85b32a26cfa0b264c18bbe4f97c49ef908eb239f Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Fri, 17 May 2024 10:18:46 -0400 Subject: [PATCH] take out image scan for now --- .github/workflows/docker-publish.yml | 5 ----- 1 file changed, 5 deletions(-) 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