You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other than inline skips users can have some of skips globally maintained in external tool (i.e. pre-commit)
Integration is certainly out of scope but simple settings field to exclude checks list could be vital.
Benefit
Compliance with more workflow without creating duplicate skips.
The text was updated successfully, but these errors were encountered:
This would be great, or the option to support reading a .checkov.yaml file in the current folder to get the list of skipped checks.
All of my projects have a .checkov.yaml file, so that would be highly preferred for me.
@albertsj1 Agree with this implementation. It's the method which is supported by the Checkov project. I'll look to add --config-file to the extension.
What I might also look to do is add a additional command line arguments field, so that these can be passed when Checkov is executed if there's some unique features/configurations that people what to use in the future. Added to the backlog!
Feature Description
Other than inline skips users can have some of skips globally maintained in external tool (i.e. pre-commit)
Integration is certainly out of scope but simple settings field to exclude checks list could be vital.
Benefit
Compliance with more workflow without creating duplicate skips.
The text was updated successfully, but these errors were encountered: