chore add gosec in ci
ci-web / test (push) Successful in 14m27s

This commit is contained in:
Nuxgrid
2026-07-29 10:58:14 +02:00
parent a33582aca7
commit 450e74b35d
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -40,6 +40,13 @@ jobs:
run: go test ./...
continue-on-error: true
- name: Install & run gosec
working-directory: backend/gestion
continue-on-error: true
run: |
go install github.com/securego/gosec/v2/cmd/gosec@latest
gosec ./...
- name: Checkout
uses: actions/checkout@v4