34 lines
587 B
JSON
34 lines
587 B
JSON
{
|
|
"title": "AWS tag keys should comply with a naming convention",
|
|
"type": "CODE_SMELL",
|
|
"code": {
|
|
"impacts": {
|
|
"MAINTAINABILITY": "LOW"
|
|
},
|
|
"attribute": "IDENTIFIABLE"
|
|
},
|
|
"status": "ready",
|
|
"remediation": {
|
|
"func": "Constant\/Issue",
|
|
"constantCost": "5min"
|
|
},
|
|
"tags": [
|
|
"aws",
|
|
"convention"
|
|
],
|
|
"extra": {
|
|
"replacementRules": [
|
|
|
|
],
|
|
"legacyKeys": [
|
|
|
|
]
|
|
},
|
|
"defaultSeverity": "Minor",
|
|
"ruleSpecification": "RSPEC-6273",
|
|
"sqKey": "S6273",
|
|
"scope": "Main",
|
|
"defaultQualityProfiles": [],
|
|
"quickfix": "unknown"
|
|
}
|