mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
- Changed `AutoGenerate` field in `FlatConfig` from required to optional. - Added `ScannerArgs` field to `FlatConfig`. - Updated HCL2Spec to reflect changes in `FlatConfig`. - Modified test cases in `provisioner_test.go` to accommodate changes in `AutoGenerate` and `ScannerArgs`. - Updated `ExecuteCommand` in tests to use the new command format. - Removed unused `syft_dependency.go` file as it is no longer necessary. Co-authored-by: Copilot <[email protected]>