From a730954e963ca0bb037e7acfd8baee88a4b2a185 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Thu, 8 Aug 2024 07:49:11 +0200 Subject: [PATCH] Clean up clair tmp directory --- .github/workflows/ci.yml | 2 -- tmp/.gitkeep | 0 tmp/clair/.gitkeep | 0 tmp/clair/wyrihaximusnet/.gitkeep | 0 4 files changed, 2 deletions(-) delete mode 100644 tmp/.gitkeep delete mode 100644 tmp/clair/.gitkeep delete mode 100644 tmp/clair/wyrihaximusnet/.gitkeep diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3948489a..dcb65e40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,8 +188,6 @@ jobs: path: ./docker-image - run: docker load --input ./docker-image/image.tar if: contains(matrix.image, 'alpine') - - run: mkdir -p "./clair/${DOCKER_IMAGE}" - if: contains(matrix.image, 'alpine') - run: make ci-scan-vulnerability if: contains(matrix.image, 'alpine') test: diff --git a/tmp/.gitkeep b/tmp/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/tmp/clair/.gitkeep b/tmp/clair/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/tmp/clair/wyrihaximusnet/.gitkeep b/tmp/clair/wyrihaximusnet/.gitkeep deleted file mode 100644 index e69de29b..00000000