driftctl/pkg
Elie 5daec82ecc
Remove singleton to fix issues when chain multiples cmd run
We have some issue when running acceptance test, more generally
when we use to execute scan cmd multiples times.
We were using global singletons for provider and resources suppliers
managment which lead us to improper state in the second scan run.
We should avoid this in the future and make proper initialization of our
dependencies maybe using a dependency injection container.
2021-02-01 11:49:50 +01:00
..
alerter Review updates 2021-01-11 17:34:04 +01:00
analyser hotfix for multiple computed alert being send 2021-01-29 12:43:46 +01:00
cmd Remove singleton to fix issues when chain multiples cmd run 2021-02-01 11:49:50 +01:00
config 🍾 Initial release 2020-12-09 16:35:26 +01:00
filter Make driftignore fields case-insensitive 2021-01-06 15:59:01 +01:00
helpers 🍾 Initial release 2020-12-09 16:35:26 +01:00
iac Remove singleton to fix issues when chain multiples cmd run 2021-02-01 11:49:50 +01:00
middlewares Middleware to explode inline policy 2021-01-28 10:37:59 +01:00
parallel Add support for multiples IaC sources 2021-01-18 17:56:21 +01:00
remote Remove singleton to fix issues when chain multiples cmd run 2021-02-01 11:49:50 +01:00
resource Remove singleton to fix issues when chain multiples cmd run 2021-02-01 11:49:50 +01:00
terraform Remove singleton to fix issues when chain multiples cmd run 2021-02-01 11:49:50 +01:00
version 🍾 Initial release 2020-12-09 16:35:26 +01:00
driftctl.go Middleware to explode inline policy 2021-01-28 10:37:59 +01:00
scanner.go alert and ignore when listing resources is forbidden 2021-01-29 10:19:52 +01:00