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: