Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying resources to ignore in configuration #207

Merged
merged 6 commits into from
Nov 8, 2023

Conversation

jbmchuck
Copy link
Contributor

@jbmchuck jbmchuck commented Nov 8, 2023

These changes allow specifying resources to skip in configuration.

By adding a line like

ignored_resources = [
    "aws:support:severity-level",
]

to the config altimeter will now skip scanning support severity levels.

Limitations:

  1. Only implemented in local mode (not lambda)
  2. Breaks if the resource type is required by some link

By adding a line like

    ignored_resources = [
        "aws:iam:policy",
    ]

to the config altimeter will now skip scanning resource types.

NOTES:

1. Only implemented in local mode (not lambda)
2. Breaks if the resource type is required by some link

Next to look into fixing 2...
@jbmchuck jbmchuck merged commit da5f8ac into master Nov 8, 2023
7 checks passed
@jbmchuck jbmchuck deleted the disable-resources branch November 8, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant