update library + group test (frontend) - #1815 #1879

This commit is contained in:
Laurent GAY
2025-11-21 17:29:16 +01:00
committed by setop
parent 40f40936ec
commit 21e9213c8a
13 changed files with 500 additions and 140 deletions

View File

@@ -107,6 +107,22 @@ deps:
needs:
- install
security-frontend:
stage: check
script:
- npm audit
allow_failure: true
needs:
- install
security-backend:
stage: check
script:
- mix hex.audit
allow_failure: true
needs:
- install
i18n-frontend:
image: python:alpine
stage: check