fix security hotspots exclusion
Some checks failed
SonarQube / Build and analyze (pull_request) Failing after 3m2s

This commit is contained in:
Leonid Pershin
2025-10-22 03:50:49 +03:00
parent d9151105e8
commit 6a45c04770
2 changed files with 6 additions and 1 deletions

View File

@@ -12,6 +12,9 @@
**/bin/**
**/TestResults/**
## Security Hotspots Exclusions (sonar.security.hotspots.excluded)
**/Models/Configuration/**/*.cs
## Source and Test Directories
Sources: ChatBot/
Tests: ChatBot.Tests/
@@ -21,3 +24,4 @@ Tests: ChatBot.Tests/
- ModelSnapshot: Auto-generated EF Core snapshot
- obj/bin: Build artifacts
- TestResults: Test execution results
- Configuration Models: Safe usage of environment variables for secrets (BotToken, ConnectionString)