From 08a0f698c58a880f6821788ee74780272b78c6df Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 18 Apr 2023 09:38:40 -0400 Subject: [PATCH] Disable SLSA Provenance attestation for now See: https://github.com/product-os/flowzone/issues/548 See: https://github.com/docker/bake-action/releases/tag/v3.0.0 See: https://slsa.dev/provenance/v0.2 We can re-enable in the future when support is more common. Change-type: patch Signed-off-by: Kyle Harding --- .github/workflows/flowzone.yml | 1 + flowzone.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 0bae556a8..db939eb56 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1759,6 +1759,7 @@ jobs: *.cache-to=type=gha,mode=min,scope=${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.platform }} *.cache-from=type=gha,scope=${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.platform }} load: true + provenance: false - name: Run docker compose tests if: needs.is_docker.outputs.docker_compose_tests == 'true' run: | diff --git a/flowzone.yml b/flowzone.yml index ccbf1ca2c..433afadf9 100644 --- a/flowzone.yml +++ b/flowzone.yml @@ -1989,6 +1989,7 @@ jobs: *.cache-to=type=gha,mode=min,scope=${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.platform }} *.cache-from=type=gha,scope=${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.platform }} load: true + provenance: false # run docker compose tests and print the logs from all services - name: Run docker compose tests