diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 998f99c..b1b99cb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: - name: Run Trivy FS Scan # Quét filesystem tìm lỗ hổng dependencies uses: aquasecurity/trivy-action@master with: + args: --timeout=5m scan-type: 'fs' scan-ref: '.' format: 'table'