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

feat: added filter by resource types #278 #279

Merged
merged 1 commit into from
Jan 7, 2025
Merged

feat: added filter by resource types #278 #279

merged 1 commit into from
Jan 7, 2025

Conversation

cmendible
Copy link
Member

Description

It's now possible to include resource types (using the abbreviation) in the filter file.

For example, the following file will allow scanning only aks in the given subscription

azqr:
  include:
    subscriptions:
      - <subscription_id> # format: <subscription_id>
    resourceTypes:
      - aks

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #278

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing

Copy link
Member Author

@cmendible cmendible left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cmendible cmendible merged commit 9af8119 into main Jan 7, 2025
12 checks passed
@cmendible cmendible deleted the feat-278 branch January 7, 2025 08:20
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.

Improve Filtering to allow setting resourceTypes to scan
1 participant