From 1f4ebfb095e91124dc9bb47c5daf1c91a59cca33 Mon Sep 17 00:00:00 2001 From: Jakub Dyszkiewicz Date: Tue, 24 Sep 2024 16:56:42 +0200 Subject: [PATCH] chore(ci): skip cis docker scan Signed-off-by: Jakub Dyszkiewicz --- .github/workflows/_build_publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/_build_publish.yaml b/.github/workflows/_build_publish.yaml index e45598ecbfa7..b87a090c6cb9 100644 --- a/.github/workflows/_build_publish.yaml +++ b/.github/workflows/_build_publish.yaml @@ -133,6 +133,7 @@ jobs: asset_prefix: image_${{ matrix.image }}-amd64 image: ./build/docker/${{ matrix.image }}-amd64.tar upload-sbom-release-assets: true + skip_cis_scan: true - name: scan arm64 image id: scan_image-arm64 if: ${{ fromJSON(inputs.FULL_MATRIX) }} @@ -141,6 +142,7 @@ jobs: asset_prefix: image_${{ matrix.image }}-arm64 image: ./build/docker/${{ matrix.image }}-arm64.tar upload-sbom-release-assets: true + skip_cis_scan: true # TODO in the future we may want to have prerelease images and use `regctl image copy` to move them to their final location - name: publish images id: release_images