question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Support checkov:skip in modules

See original GitHub issue

Describe the solution you’d like The current skip only works with terraform resources. I would like to be able to skip checks for modules. If I add a skip comment into terraform module(s), then the checks should be skipped for all resources under that module.

Thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

9reactions
ismailyenigulcommented, Jan 11, 2021

Hi @metahertz The latter option. Don’t check specific X,Y,Z checks for this module resources. something like the following:

module "sg" {
  #checkov:skip=CKV_AWS_24,CKV_AWS_XYZ:The is testing sg
  source      = "./sg"
  vpc_id      = "vpc-123"
  company     = "c1"
  environment = "dev"
  application = "test"
  cidrs       = ["0.0.0.0/0"]
}
0reactions
schosterbarakcommented, Sep 22, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature request tracking: Guide, tools & best practices - Beamer
Feature requests are feedback forms that customers can fill out to ask for new features or suggest improvements to existing ones.
Read more >
Feature Request: Add support of more ciphers into the SSL ...
This is a feature request to add support of newer ciphers, such as the elliptic curve ciphers, to the SSL inspection module!
Read more >
Log your feature requests in the Ideation module
The Ideation module is a great way for users to directly input their requests, see comments back from other users or from the...
Read more >
Submitting feature requests - Timely Help Center
Submitting feature requests ... Our goal here at Timely is to offer the best time tracking experience available, whether you're part of a...
Read more >
Submit a feature request for Solarwinds Products
Feature requests and votes by you and other SolarWinds users help SolarWinds plan updates and additions to services and modules.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found