🚀 Enhancements
- Allow multiple output flags for a single scan (#865) @sundowndev
- Add original error message for scan errors (#1017) @eliecharra
- Should read terraform config file (#885) @wbeuil
- Add google_storage_bucket (#913) @eliecharra
- Display resource source in HTML output (#931) @sundowndev
- feat: add iac source to drift in console output (#934) @OrenLeung
- Embed images in HTML output (#930) @sundowndev
🐛 Bug Fixes
- Fix crash in output when source is nil (#1020) @eliecharra
- add newline to the output of gen driftignore (#1009) @moadibfr
- Display drifts in HTML output even when coverage is 100% (#936) @sundowndev
- Fix JSON diff formatting in HTML output (#927) @sundowndev
🔨 Maintenance
- Fix ordering inconsistency in console output (#1012) @sundowndev
- Remove options in output config (#966) @sundowndev
- Run test in machine executor (#926) @eliecharra
- Update terraform version in acc tests (#944) @eliecharra
- Normalize resource method names (#928) @sundowndev
- Improve assertions on alerter mock in tests (#932) @sundowndev
- Remove useless details fetchers (#924) @eliecharra
- Remove
Resource
interface (#923) @eliecharra