mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-07 01:37:38 +02:00
Removed trivy vunerability scanner due to their security issues
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user