Disable provenance and sbom to hide unknown/unknown builds

This commit is contained in:
Peter Smit
2025-09-05 08:55:55 +02:00
parent a86e92e414
commit 048ac4da0a

View File

@@ -41,3 +41,5 @@ jobs:
tags: |
ghcr.io/${{ env.REPO }}:${{ github.ref_name }}
ghcr.io/${{ env.REPO }}:latest
provenance: false # Disable provenance to avoid unknown/unknown
sbom: false # Disable sbom to avoid unknown/unknown