disable provenance by default if not set

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-01-27 14:06:06 +01:00
parent 37abcedcc1
commit 337a09d182
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 45 additions and 34 deletions

View file

@ -606,11 +606,6 @@ jobs:
if: matrix.target == 'binary'
run: |
tree /tmp/buildx-build
-
name: Print provenance
if: matrix.target == 'binary'
run: |
cat /tmp/buildx-build/provenance.json | jq
-
name: Print SBOM
if: matrix.target == 'binary'