ci: enforce complete security audit coverage
Some checks failed
Dependency Audit / dependency-audit (push) Has been cancelled
Security Audit / security-audit (push) Has been cancelled

This commit is contained in:
2026-07-30 01:40:36 +02:00
parent 1aea3e7c4f
commit f2e2eb5517
6 changed files with 315 additions and 42 deletions

View File

@@ -48,7 +48,10 @@ RUN python -m pip install --upgrade pip \
&& osv-scanner --version \
&& trivy --version \
&& jscpd --version \
&& pip-audit --progress-spinner off
&& pip-audit --progress-spinner off \
&& npm --version \
&& radon --version \
&& xenon --version
RUN mkdir -p /workspace \
&& chmod 0777 /workspace