From 5f518626e3ff8c975dc88f28164f01b0a88fe8d3 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Fri, 18 Sep 2026 06:23:26 -0400 Subject: [PATCH] restore provenance/sbom to Docker image action --- .github/workflows/publish.yml | 4 ---- changelog.md | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a90aff20..b715d348 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -325,7 +325,3 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} - # these two unclutter the GitHub interface, removing the unknown/unknown - # architecture - provenance: false - sbom: false diff --git a/changelog.md b/changelog.md index a769bae8..7563a9c8 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ Internal * Naming and commentary in GitHub Actions. * Build ARM Docker image in CI. * Remove Python 3.10 from CI test matrix. +* Restore provenance/sbom to Docker image action. 2.25.2 (2026/09/16)