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

Feature: Skip a specific finding #66

Open
LucasMrqes opened this issue Feb 2, 2024 · 1 comment
Open

Feature: Skip a specific finding #66

LucasMrqes opened this issue Feb 2, 2024 · 1 comment

Comments

@LucasMrqes
Copy link

It would be nice to be able to skip some checks which are found to be false positives.
Several ways of implementing it:

  • A comment above a terraform block with the check identifier makes Guacamole skip the check on the specific block
  • A comment on top of a terraform file with the check identifier makes Guacamole skip the check on the entire file
  • Checkov-style baseline file
@Laudenlaruto
Copy link
Member

We implemented the first option for the moment with #56

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

No branches or pull requests

2 participants