someengineering / fixinventory

Fix Inventory helps you identify and remove the most critical risks in AWS, GCP, Azure and Kubernetes.
https://inventory.fix.security
GNU Affero General Public License v3.0
1.59k stars 84 forks source link

[fixlib][feature] Add the source of resource kind #2218

Closed aquamatthias closed 2 weeks ago

aquamatthias commented 2 weeks ago

Description

Add a source attribute to the kind metadata section. Example:

[
    { "fqn": "resource", "metadata": { "source": "base" } },
    { "fqn": "instance", "metadata": { "source": "base" } }
    { "fqn": "aws_resource", "metadata": { "source": "aws" } },
    { "fqn": "aws_ec2_instance", "metadata": { "source": "aws" } }
]

To-Dos

Code of Conduct

By submitting this pull request, I agree to follow the code of conduct.