Refactor code analysis workflow by adding gitleaks detection command and removing obsolete output files to streamline the build process and enhance security checks.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 3m34s

This commit is contained in:
Torsten Schulz (local)
2025-12-20 15:29:58 +01:00
parent 9e5ccbe8a3
commit 111c8c239c
122 changed files with 6 additions and 22791 deletions

View File

@@ -75,7 +75,7 @@
</p>
<pre class="text-xs bg-gray-900 text-gray-100 p-3 rounded overflow-x-auto"><code>{
"success": true,
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"token": "JWT_TOKEN_PLACEHOLDER",
"user": {
"id": "user-id",
"email": "benutzer@example.com",
@@ -540,7 +540,7 @@ curl -X POST http://localhost:3100/api/auth/login \
# Mitglied hinzufügen mit Token
curl -X POST http://localhost:3100/api/members \
-H "Authorization: Bearer YOUR_TOKEN_HERE" \
-H "Authorization: Bearer <your-jwt-token>" \
-H "Content-Type: application/json" \
-d '{
"firstName": "Max",
@@ -552,7 +552,7 @@ curl -X POST http://localhost:3100/api/members \
# Bulk-Import von Mitgliedern
curl -X POST http://localhost:3100/api/members/bulk \
-H "Authorization: Bearer YOUR_TOKEN_HERE" \
-H "Authorization: Bearer <your-jwt-token>" \
-H "Content-Type: application/json" \
-d '{
"members": [