Removed trivy vunerability scanner due to their security issues

This commit is contained in:
Karl Ludwig Weise
2026-04-04 19:20:43 +02:00
parent 29c64532f6
commit 1b4b5d92ff
-10
View File
@@ -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