Skip to content

Commit bd3bb51

Browse files
ci: harden repository security analysis (#3186)
Co-authored-by: savasp-agent[bot] <275188714+savasp-agent[bot]@users.noreply.github.com>
1 parent d642027 commit bd3bb51

41 files changed

Lines changed: 1099 additions & 889 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,3 +414,8 @@ dotnet_naming_style.s_camelcase.required_prefix = s_
414414
dotnet_naming_style.s_camelcase.required_suffix =
415415
dotnet_naming_style.s_camelcase.word_separator =
416416
dotnet_naming_style.s_camelcase.capitalization = camel_case
417+
418+
# Retain the existing quality baseline while making the complete .NET security
419+
# analyzer set fail closed.
420+
[*.cs]
421+
dotnet_analyzer_diagnostic.category-Security.severity = error

0 commit comments

Comments
 (0)