diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c9254692..bfe540e85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,6 +72,8 @@ jobs: platforms: linux/${{ matrix.arch }} tags: rancher/harvester-cluster-repo:${{ env.branch }}-head-${{ matrix.arch }} file: dist/harvester-cluster-repo/Dockerfile + sbom: true + provenance: mode=max - name: Login to Google Cloud if: ${{ startsWith(github.ref, 'refs/heads/') }}