Remove SBOM generation - fixes build failure

This commit is contained in:
Christomatt
2026-01-31 04:40:12 +01:00
parent cb5177ba04
commit e44aa7532d
-15
View File
@@ -62,18 +62,3 @@ jobs:
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
- name: Generate SBOM
uses: anchore/sbom-action@v0
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
format: spdx-json
output-file: sbom.spdx.json
if: github.ref == 'refs/heads/main'
- name: Upload SBOM as artifact
uses: actions/upload-artifact@v4
with:
name: sbom
path: sbom.spdx.json
if: github.ref == 'refs/heads/main'