fix(ci): disable provenance/sbom to remove unknown/unknown image (#35)

This commit is contained in:
Daniel Volz
2026-01-17 22:22:35 +01:00
committed by GitHub
parent ec3793dd05
commit 13c6430dee
2 changed files with 2 additions and 4 deletions
+2
View File
@@ -118,6 +118,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
provenance: false
sbom: false
# =============================================================================
# Create GitHub Release (only on tag push)
-4
View File
@@ -3,10 +3,6 @@ name: Test
on:
pull_request:
branches: [main]
paths:
- 'backend/**'
- 'frontend/**'
- '.github/workflows/test.yml'
# Minimal permissions for security
permissions: