We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd62676 + 953611f commit 2918e0aCopy full SHA for 2918e0a
src/plugin/manager/ec2/security_group_manager.py
@@ -2,7 +2,7 @@
2
from spaceone.inventory.plugin.collector.lib import *
3
from ..base import ResourceManager
4
from ...conf.cloud_service_conf import ASSET_URL, INSTANCE_FILTERS, DEFAULT_VULNERABLE_PORTS
5
-from ...error.custom import ERROR_VULNERABLE_PORTS
+from plugin.error.custom import ERROR_VULNERABLE_PORTS
6
7
8
class SecurityGroupManager(ResourceManager):
0 commit comments