diff --git a/LICENSE b/LICENSE index b3b5bfa91b..05f5e44e05 100644 --- a/LICENSE +++ b/LICENSE @@ -629,7 +629,7 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Resoto: HARNESS THE POWER OF REACTIVE INFRASTRUCTURE. + Fix: THE ASSET INVENTORY FOR YOUR CLOUD SECURITY POSTURE. Copyright (C) 2023 Some Engineering Inc. diff --git a/plugins/aws/fix_plugin_aws/resource/base.py b/plugins/aws/fix_plugin_aws/resource/base.py index 8d2e03bfab..81928dca27 100644 --- a/plugins/aws/fix_plugin_aws/resource/base.py +++ b/plugins/aws/fix_plugin_aws/resource/base.py @@ -38,7 +38,7 @@ from fixlib.proc import set_thread_name from fixlib.threading import ExecutorQueue from fixlib.types import Json -from resotodata.cloud import instances as cloud_instance_data +from fixinventorydata.cloud import instances as cloud_instance_data log = logging.getLogger("fix.plugins.aws") diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index 795b9b7dae..31b9f43743 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -28,7 +28,7 @@ readme = {file="README.md", content-type="text/markdown"} dependencies = [ "fixinventorylib==4.0.0", - "resotodata", + "fixinventorydata", "retrying", "boto3", "botocore", diff --git a/plugins/aws/test/graphbuilder_test.py b/plugins/aws/test/graphbuilder_test.py index c49e3ad2a5..e6bb29de3a 100644 --- a/plugins/aws/test/graphbuilder_test.py +++ b/plugins/aws/test/graphbuilder_test.py @@ -3,7 +3,7 @@ from fixlib.json import value_in_path from fix_plugin_aws.resource.base import GraphBuilder, AwsRegion from fix_plugin_aws.resource.ec2 import AwsEc2InstanceType -from resotodata.cloud import instances as cloud_instance_data +from fixinventorydata.cloud import instances as cloud_instance_data from test import builder, aws_client, aws_config, no_feedback # noqa: F401 diff --git a/requirements-all.txt b/requirements-all.txt index d7afb68376..562fdeb2ae 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -141,7 +141,7 @@ requests==2.31.0 requests-oauthlib==1.3.1 requests-toolbelt==1.0.0 fixclient==2.0.0 -resotodata==0.2.2 +fixinventorydata==0.2.4 fixdatalink[extra]==2.0.0 resotoui==3.7.1 retrying==1.3.4 diff --git a/requirements-extra.txt b/requirements-extra.txt index 4cd210e0a0..d31099320e 100644 --- a/requirements-extra.txt +++ b/requirements-extra.txt @@ -111,7 +111,7 @@ requests==2.31.0 requests-oauthlib==1.3.1 requests-toolbelt==1.0.0 fixclient==2.0.0 -resotodata==0.2.2 +fixinventorydata==0.2.4 fixdatalink[extra]==2.0.0 resotoui==3.7.1 retrying==1.3.4 diff --git a/requirements.txt b/requirements.txt index 8c653bfc6a..2591973e6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -99,7 +99,7 @@ requests==2.31.0 requests-oauthlib==1.3.1 requests-toolbelt==1.0.0 fixclient==2.0.0 -resotodata==0.2.2 +fixinventorydata==0.2.4 fixdatalink==2.0.0 resotoui==3.7.1 retrying==1.3.4