Conversation
There was a problem hiding this comment.
Code Review
This automated PR updates the syft CLI options generator timestamp.
Change Summary
The only change is a timestamp update in AssemblyInfo.Generated.cs:
- Before:
2026-02-22T03:28:09.9395059Z - After:
2026-03-01T03:12:23.8601793Z
Assessment
The change is minimal and correct. The generator ran, scraped the installed syft CLI, and found no actual CLI option changes since the last run — only the generation timestamp needed updating. This is the expected behavior for an automated options generator when the underlying tool's interface hasn't changed.
No issues found. The automated update is working as designed — the timestamp accurately reflects when the generator last ran, providing traceability for when the options were last verified against the installed tool version. This is good practice for generated code to aid debugging when tool versions drift.
🤖 Reviewed by Claude Code
Summary
This PR contains automatically generated updates to syft CLI options classes.
The generator scraped the latest CLI help output from the installed tool.
Changes
Verification
🤖 Generated with ModularPipelines.OptionsGenerator