fix security hotspots exclusion
Some checks failed
SonarQube / Build and analyze (pull_request) Failing after 3m2s
Some checks failed
SonarQube / Build and analyze (pull_request) Failing after 3m2s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user