[NO-JIRA] Fix rule coverage for Text and Secrets (#4555)

This commit is contained in:
Jonas Wielage 2024-12-04 12:39:47 +01:00 committed by GitHub
parent 485be38b87
commit 604db8c2c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -165,7 +165,7 @@ const languageToJiraProject = new Map(Object.entries({
'KOTLIN': 'SONARKT', 'KOTLIN': 'SONARKT',
'SCALA': 'SONARSCALA', 'SCALA': 'SONARSCALA',
'GO': 'SONARGO', 'GO': 'SONARGO',
'SECRETS': 'SECRETS', 'SECRETS': 'SONARTEXT',
'SWIFT': 'SONARSWIFT', 'SWIFT': 'SONARSWIFT',
'TSQL': 'SONARTSQL', 'TSQL': 'SONARTSQL',
'VB6': 'SONARVBSIX', 'VB6': 'SONARVBSIX',
@ -210,7 +210,7 @@ const languageToGithubProject = new Map(Object.entries({
'CLOUDFORMATION': 'sonar-iac', 'CLOUDFORMATION': 'sonar-iac',
'TERRAFORM': 'sonar-iac', 'TERRAFORM': 'sonar-iac',
'KUBERNETES': 'sonar-iac', 'KUBERNETES': 'sonar-iac',
'SECRETS': 'sonar-secrets', 'SECRETS': 'sonar-text',
'TEXT': 'sonar-text', 'TEXT': 'sonar-text',
'ANSIBLE': 'sonar-iac-enterprise', 'ANSIBLE': 'sonar-iac-enterprise',
})); }));

View File

@ -32,10 +32,9 @@ REPOS = [
'sonar-rpg', 'sonar-rpg',
'sonar-ruby', 'sonar-ruby',
'sonar-scala', 'sonar-scala',
'sonar-secrets',
'sonar-security', 'sonar-security',
'sonar-swift', 'sonar-swift',
'sonar-text', 'sonar-text-enterprise',
'sonar-tsql', 'sonar-tsql',
'sonar-vb', 'sonar-vb',
'sonar-xml' 'sonar-xml'