Преглед изворни кода

CI: attach provenance and SBOM attestations to the published image (#9150)

adds an SBOM attestation, and pins the provenance mode explicitly instead of relying on the default
Kobi Hikri пре 8 часа
родитељ
комит
7afef6f689
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .github/workflows/docker-publish.yml

+ 2 - 0
.github/workflows/docker-publish.yml

@@ -94,3 +94,5 @@ jobs:
         tags: ${{ steps.meta.outputs.tags }}
         labels: ${{ steps.meta.outputs.labels }}
         push: ${{ (github.ref == 'refs/heads/latest' || github.ref == 'refs/heads/edge' || startsWith(github.ref, 'refs/tags/')) && github.repository_owner == 'FreshRSS' }}
+        provenance: mode=max
+        sbom: true