From 52568bfac5032d3ed6fe9884071179e38d89859a Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Fri, 21 Jun 2024 09:00:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=B0?= =?UTF-8?q?=D0=BD=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=82=D0=BE=D1=80=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=BA=D0=B5=D1=80=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=B9?= =?UTF-8?q?=D0=BD=D0=B5=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-push-docker.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/gitea-push-docker.yml b/.gitea/workflows/gitea-push-docker.yml index 2060602..34a5ebb 100644 --- a/.gitea/workflows/gitea-push-docker.yml +++ b/.gitea/workflows/gitea-push-docker.yml @@ -38,14 +38,6 @@ jobs: ignore-unfixed: true vuln-type: 'os,library' severity: 'CRITICAL,HIGH' - - name: Run dockle - uses: goodwithtech/dockle-action@main - with: - image: '${{ env.DOCKER_METADATA_OUTPUT_TAGS }}' - format: 'list' - exit-code: '1' - exit-level: 'warn' - ignore: 'CIS-DI-0001,CIS-DI-0010,DKL-DI-0006' - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: