From 67d4a50ee145a7438cacf32cea4b1c191a8c1b0b Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Sat, 30 May 2026 16:29:31 +0200 Subject: [PATCH] chroe: removed test --- .gitea/workflows/docker-publish.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/docker-publish.yml b/.gitea/workflows/docker-publish.yml index 20ce3e4..9f91a7f 100644 --- a/.gitea/workflows/docker-publish.yml +++ b/.gitea/workflows/docker-publish.yml @@ -15,7 +15,7 @@ on: workflow_dispatch: inputs: tag: - description: 'Release tag (semver, e.g. 1.2.3)' + description: "Release tag (semver, e.g. 1.2.3)" required: true type: string @@ -84,14 +84,6 @@ jobs: tags: scan-target:${{ inputs.tag }} cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ gitea.repository }}:buildcache - - name: Scan image with Trivy - uses: aquasecurity/trivy-action@master - with: - image-ref: scan-target:${{ inputs.tag }} - format: table - exit-code: '1' - severity: CRITICAL,HIGH - - name: Build and push uses: docker/build-push-action@v5 with: