Skip Multiple Checks in a single comment
Describe the issue
I'm running checkov scans for my terraform config,
Say for example, my IAM Policy triggers multiple checks like
Check: CKV_AWS_355: "Ensure no IAM policies documents allow "*" as a statement's resource for restrictable actions" Check: CKV_AWS_287: "Ensure IAM policies does not allow credentials exposure"
So what I'm doing right now to skip this check is to add a skip in the resource one for each Checks like,
checkov:skip=CKV_AWS_355: Skip 1
checkov:skip=CKV_AWS_287: Skip 2
Is it possible to add the skips of multiple check in a single line rather than defining multiple checks,
checkov:skip=CKV_AWS_355,CKV_AWS_287: Skipping all checks
Version (please complete the following information):
- Checkov Version - 2.3.343
Additional context
I'm surprised that this isn't possible already. Would also love to see this added.
Thanks for contributing to Checkov! We've automatically marked this issue as stale to keep our issues list tidy, because it has not had any activity for 6 months. It will be closed in 14 days if no further activity occurs. Commenting on this issue will remove the stale tag. If you want to talk through the issue or help us understand the priority and context, feel free to add a comment or join us in the Checkov slack channel at codifiedsecurity.slack.com Thanks!
Any update please?
Any way to skip multiple checks at once?