Skip to content

Commit

Permalink
disable SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Dec 8, 2023
1 parent 1674f11 commit f031f34
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f031f34

Please sign in to comment.