Skip to content

[Automated] Update syft CLI Options#2449

Open
thomhurst wants to merge 1 commit intomainfrom
automated/update-cli-options-syft
Open

[Automated] Update syft CLI Options#2449
thomhurst wants to merge 1 commit intomainfrom
automated/update-cli-options-syft

Conversation

@thomhurst
Copy link
Owner

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

  • Updated options classes to reflect latest CLI documentation
  • Added new commands if any were detected
  • Updated option types and descriptions

Verification

  • Solution builds successfully

🤖 Generated with ModularPipelines.OptionsGenerator

@thomhurst thomhurst added automated dependencies Pull requests that update a dependency file labels Mar 8, 2026
@thomhurst thomhurst enabled auto-merge (squash) March 8, 2026 03:10
claude[bot]
claude bot previously approved these changes Mar 8, 2026
Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is an automated PR generated by ModularPipelines.OptionsGenerator that updates the syft CLI options.

Change Summary

The only change is a timestamp update in AssemblyInfo.Generated.cs:

  • ModularPipelines.OptionsGenerator.GeneratedAt updated from 2026-03-01T03:12:23 to 2026-03-08T03:09:47

Assessment

This is a clean, minimal automated update. The change correctly reflects that the generator re-ran on 2026-03-08 and detected no substantive changes to the syft CLI options (no new commands, options, or type changes). The metadata-only diff confirms the generator is working correctly — it re-ran and found nothing to update beyond the timestamp itself.

Design note: The pattern of tracking GeneratedAt timestamps in assembly metadata is a sound approach — it provides an audit trail for when options classes were last verified against the actual CLI tool, making it easy to identify staleness without having to inspect the full diff history.

No issues found. ✅

Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This automated PR updates the syft CLI options for ModularPipelines.Syft.

Change Summary

The only change is a timestamp update in AssemblyInfo.Generated.cs:

  • ModularPipelines.OptionsGenerator.GeneratedAt: 2026-03-01T03:12:23Z2026-03-15T03:13:23Z

Previous Review

A prior claude review (2026-03-08 run) was dismissed. The pattern is identical — the generator re-ran, found no substantive changes to the syft CLI surface area, and updated only the timestamp.

Assessment

Clean automated update — no issues.

The metadata-only diff confirms the generator is functioning correctly: it re-ran against the latest syft CLI, verified options are still accurate, and recorded the new timestamp. The absence of option/command changes means syft's CLI interface is stable since the last generation on 2026-03-01.

The GeneratedAt tracking pattern remains a sound design choice — it creates an auditable trail of when CLI options were last verified without requiring manual inspection of diffs or git history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant