Skip to content

[Automated] Update grype CLI Options#2498

Merged
thomhurst merged 1 commit intomainfrom
automated/update-cli-options-grype
Apr 19, 2026
Merged

[Automated] Update grype CLI Options#2498
thomhurst merged 1 commit intomainfrom
automated/update-cli-options-grype

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

Summary

This PR contains automatically generated updates to grype 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 Apr 19, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 19, 2026 03:39
Copy link
Copy Markdown

@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 updating the Grype CLI options classes. The changes look clean and correct.

Summary of Changes

  • Timestamp update in AssemblyInfo.Generated.cs: correctly reflects the new generation date (2026-04-19).
  • #nullable enable added to all 17 generated files in ModularPipelines.Grype (Options and Services).

Assessment

The nullable annotation addition is a good, consistent improvement. The rest of the project already has #nullable enable on ~830 other generated files, so this PR brings the Grype module into alignment. This helps the compiler surface potential null-reference issues at compile time rather than at runtime, which is especially valuable for a library consumed by external users.

No issues found. The changes are purely additive (a compile-time directive), all files are correctly marked as auto-generated, and the scope is limited to a single module. This PR is safe to merge.

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0 (≤ 20 complexity)

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@thomhurst thomhurst merged commit c928361 into main Apr 19, 2026
11 of 12 checks passed
@thomhurst thomhurst deleted the automated/update-cli-options-grype branch April 19, 2026 03:49
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