Skip to content

Commit 85a3daf

Browse files
committed
no buildkit attestation
1 parent 4d999cb commit 85a3daf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_multi_arch_image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
IMAGE_TAG: "${{ inputs.docker_tag }}-${{ matrix.arch }}"
8989
BASE_FOLDER: "${{ inputs.base_folder }}"
9090
NO_CACHE: '${{ inputs.NO_CACHE }}'
91+
BUILDX_NO_DEFAULT_ATTESTATIONS: "1"
9192
- name: Check docker vulnerabilities - json output
9293
run: |
9394
make scan-image-json
@@ -136,6 +137,7 @@ jobs:
136137
DOCKER_TAG: ${{ inputs.docker_tag }}
137138
CONTAINER_NAME: '${{ inputs.container_name }}'
138139
ARCHITECTURE: '${{ matrix.arch }}'
140+
BUILDX_NO_DEFAULT_ATTESTATIONS: "1"
139141
- name: Resolve image digest
140142
id: resolve_arch_digest
141143
run: |

0 commit comments

Comments
 (0)