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

fix checks related to security groups #298

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

nikpivkin
Copy link
Contributor

@nikpivkin nikpivkin commented Dec 5, 2024

This PR fixes the checks related to security groups so that they do not trigger on dummy resources. Trivy creates dummy resources to store orphan resources, i.e. without parent resources. For example, if no related aws_security_group_rule resources are found for aws_security_group resources, Trivy will create a dummy group to store the rules.

Related issues:

@nikpivkin nikpivkin marked this pull request as ready for review December 5, 2024 11:52
@nikpivkin nikpivkin requested a review from simar7 as a code owner December 5, 2024 11:52
@simar7 simar7 added this pull request to the merge queue Dec 6, 2024
Merged via the queue into aquasecurity:main with commit f1ca50e Dec 6, 2024
6 checks passed
@nikpivkin nikpivkin deleted the sec-group branch December 6, 2024 04:39
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.

2 participants