From 42af1680f6458b318ca1347b13ef68845fddad5a Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Thu, 3 Oct 2024 10:37:35 +0100 Subject: [PATCH] Remove depscan build Signed-off-by: Prabhu Subramanian --- .github/workflows/build-base-images.yml | 38 ------------------------- 1 file changed, 38 deletions(-) diff --git a/.github/workflows/build-base-images.yml b/.github/workflows/build-base-images.yml index 7dc8115bb..fe6ab7842 100644 --- a/.github/workflows/build-base-images.yml +++ b/.github/workflows/build-base-images.yml @@ -1042,44 +1042,6 @@ jobs: tags: ghcr.io/cyclonedx/cdxgen-rolling:v10 labels: ${{ steps.meta-cdxgen-rolling.outputs.labels }} - depscan-rolling-image: - runs-on: ubuntu-latest - needs: cdxgen-rolling-image - permissions: - packages: write - steps: - - uses: actions/checkout@v4 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Log in to the Container registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Extract metadata (tags, labels) for Docker - id: meta-depscan-rolling - uses: docker/metadata-action@v5 - with: - images: | - ghcr.io/cyclonedx/depscan-rolling - - - name: Build and push Docker images - uses: docker/build-push-action@v5 - if: github.ref == 'refs/heads/main' - with: - context: . - file: depscan/Dockerfile.rolling - platforms: linux/amd64,linux/arm64 - push: true - tags: ghcr.io/cyclonedx/depscan-rolling:v5 - labels: ${{ steps.meta-depscan-rolling.outputs.labels }} - opensuse-python310-image: runs-on: ubuntu-latest permissions: