Skip to content

Commit

Permalink
Disable SLSA Provenance attestation for now
Browse files Browse the repository at this point in the history
See: #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 <kyle@balena.io>
  • Loading branch information
klutchell committed Apr 18, 2023
1 parent 89065af commit 08a0f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flowzone.yml
Expand Up @@ -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
Expand Down

0 comments on commit 08a0f69

Please sign in to comment.