-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for using Terraform modules cached locally (#940)
* add: support for using already downloaded remote module from terraform cache * code nits: added comments * added e2e test for --use-terraform-cache flag * added unit test for newly added function * adds usage of --non-recursive and --use-terraform-cache in docs * Update run.go Fixes typo * code nits: type fix and code implementation changes * Adds: use of map to pass scan options to IaC provider - changed interface method signature to accept map parameter so that we can pass any no of flag to implementer without changing method signature. - moved the non recursive flag to map to achieve uniformity - In terraform used switch for flag identification so that in future new flag or option provided just need to add another case rather than if/else * Update README.md (#945) updated all links . * update helm chart progress checklist (#943) We doSupport TLS certificate/key in existing secrets * Update mkdocs-material from 7.1.11 to 7.2.0 (#939) * fix - config only option used with remote repo scan generates panic (#948) * Update mkdocs-material from 7.2.0 to 7.2.1 (#947) * Adds Terrascan pre-commit (#953) Adds pre-commit integration for Terrascan Co-authored-by: mihirhasan <cs-mihirhasan@accurics.com> * Update mkdocs-material from 7.2.1 to 7.2.2 (#954) * terraform cache use with non recursive dir scan - modified code to make scan directory non recursively when --use-terraform-cache is used. - modified scan command flag description and docs accordingly. * fixes: docker implementer for map parameter - modified docker LoadIacDir and LoadIacFile method to accept map parameter - registered docker as cloud provider so that docker policies will be used from '.terrascan' folder * code nits: removed unwanted if condtions and added error logs Co-authored-by: Cesar Rodriguez <cesar@accurics.com> Co-authored-by: Sangam Biradar <sangam14@users.noreply.github.com> Co-authored-by: Devang Gaur <devang.gaur@accurics.com> Co-authored-by: pyup.io bot <github-bot@pyup.io> Co-authored-by: Pankaj Patil <patilpankaj212@gmail.com> Co-authored-by: mihirhasan <38732914+mihirhasan@users.noreply.github.com> Co-authored-by: mihirhasan <cs-mihirhasan@accurics.com>
- Loading branch information
1 parent
11db729
commit 5477227
Showing
67 changed files
with
901 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.