Skip to content

Commit

Permalink
Revert "chore: generate SBOM for release artifacts (#3585)"
Browse files Browse the repository at this point in the history
This reverts commit 1bad8a8.
  • Loading branch information
gaius-qi authored Oct 17, 2024
1 parent 1bad8a8 commit 39836fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ jobs:
env:
COSIGN_PUBLIC_KEY: ${{ secrets.COSIGN_PUBLIC_KEY }}

- uses: anchore/sbom-action@v0
with:
image: dragonflyoss/${{ matrix.module }}:${{ steps.get_version.outputs.VERSION }}

- uses: anchore/sbom-action@v0
with:
image: ghcr.io/${{ env.IMAGE_REPOSITORY }}/${{ matrix.module }}:${{ steps.get_version.outputs.VERSION }}

- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ before:
- make build-manager-console
- go mod download

sboms:
- artifacts: binary

builds:
- main: ./cmd/dfget
id: dfget
Expand Down

0 comments on commit 39836fb

Please sign in to comment.