I’m using sonarqube version: Community Edition Version 10.4.1 (build 88267).
I want to ignore some issues, I defined them in analysis scope → Ignore Issues on Multiple Criteria.
Example: Rule Key Pattern: external_roslyn:SensitiveDataAnalyzer File Path Pattern: **/*
but sonarqube still shows this type of issues and CI fails.