chore: remove Trivy vulnerability scan step from security workflow

This commit is contained in:
Lorenzo Venerandi
2026-03-01 21:58:41 +01:00
parent 5dabba3624
commit e028de3343

View File

@@ -48,12 +48,4 @@ jobs:
- name: Safety check for dependencies - name: Safety check for dependencies
run: safety check --json || true run: safety check --json || true
- name: Trivy vulnerability scan
uses: aquasecurity/trivy-action@0.34.0
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
severity: 'CRITICAL,HIGH'
exit-code: '1'