From 1b4b5d92ff3d7a21c8b0eceb66abf5d15c191506 Mon Sep 17 00:00:00 2001 From: Karl Ludwig Weise Date: Wed, 25 Mar 2026 10:36:49 +0100 Subject: [PATCH] Removed trivy vunerability scanner due to their security issues --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fa51ff..9d0f0c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,16 +65,6 @@ jobs: - name: Build Docker image run: docker buildx build --platform linux/amd64,linux/arm64 -t openreception/open-reception:${{ github.ref_name }} . - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.35.0 - with: - image-ref: "openreception/open-reception:${{ github.ref_name }}" - format: "table" - exit-code: "1" - ignore-unfixed: true - vuln-type: "os,library" - severity: "CRITICAL,HIGH" - - name: Push Docker images run: npm run docker:build-and-push