From f031f342ff1c1475a46f6026987d76be435053d7 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 8 Dec 2023 11:14:42 +1100 Subject: [PATCH] disable SBOM --- .github/workflows/build-push.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml index d26cccad1..62bf6c52b 100644 --- a/.github/workflows/build-push.yaml +++ b/.github/workflows/build-push.yaml @@ -359,16 +359,16 @@ jobs: IMAGE_REPO=ghcr.io/${{ github.repository_owner }} IMAGE_TAG=${{ github.ref_name }} BUILDKIT_INLINE_CACHE=1 - - - uses: anchore/sbom-action@v0 - with: - image: ghcr.io/${{ github.repository_owner }}/${{ matrix.image_name }}:${{ github.ref_name }} - artifact-name: ${{ matrix.image_name }}.cyclonedx - format: cyclonedx - - - name: view SBOM - run: | - cat /tmp/sbom-action-*/${{ matrix.image_name }}.cyclonedx + # - + # uses: anchore/sbom-action@v0 + # with: + # image: ghcr.io/${{ github.repository_owner }}/${{ matrix.image_name }}:${{ github.ref_name }} + # artifact-name: ${{ matrix.image_name }}.cyclonedx + # format: cyclonedx + # - + # name: view SBOM + # run: | + # cat /tmp/sbom-action-*/${{ matrix.image_name }}.cyclonedx app_test: runs-on: ubuntu-latest