Skip to content

Commit

Permalink
remove SBOM upload all together
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Aug 1, 2024
1 parent 5fd7ae5 commit 1aa3834
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ jobs:
asset_name: frontend-build.zip
tag: ${{ github.ref }}
overwrite: true
- name: Upload SBOM
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # [email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
asset_name: frontend-build.spdx
file: src/frontend/frontend-build.spdx
tag: ${{ github.ref }}
overwrite: true
- name: Upload Attestation
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # [email protected]
with:
Expand Down

0 comments on commit 1aa3834

Please sign in to comment.