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