Conversation
…c-beacon (sigstore#598) Bumps the all group with 1 update: [sigstore-conformance/extremely-dangerous-public-oidc-beacon](https://github.com/sigstore-conformance/extremely-dangerous-public-oidc-beacon). Updates `sigstore-conformance/extremely-dangerous-public-oidc-beacon` from 9775b7374737339e046064d8e5a4bbf4b00565a4 to 1e3cabecd3790f48b79a795424e12fa3cb880dcb - [Commits](sigstore-conformance/extremely-dangerous-public-oidc-beacon@9775b73...1e3cabe) --- updated-dependencies: - dependency-name: sigstore-conformance/extremely-dangerous-public-oidc-beacon dependency-version: 1e3cabecd3790f48b79a795424e12fa3cb880dcb dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: SequeI <asiek@redhat.com>
* Add digest subcommand Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net> * Update README with digest subcommand info Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net> * Add digest entry to changelog Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net> --------- Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
* ci/cd: adding tests for custom trust config Signed-off-by: SequeI <asiek@redhat.com> * fix: post-review changes Signed-off-by: SequeI <asiek@redhat.com> --------- Signed-off-by: SequeI <asiek@redhat.com>
Use hyphens instead of underscores for all CLI flags (e.g., --trust-config instead of --trust_config). Underscore variants still accepted via token_normalize_func for backwards compatibility. Signed-off-by: SequeI <asiek@redhat.com>
This is a follow up of 6a49086, with the intention of preventing new flags from being introduced which violate our now unified style. Signed-off-by: Spencer Schrock <sschrock@google.com>
Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.31.9 to 4.31.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5d4e8d1...cdefb33) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Brings in upstream changes: - Digest subcommand for computing model digests - CLI flag standardization (hyphens instead of underscores) - Tests for custom trust config - Dependency updates Resolved conflicts: - README.md: Keep securesign image URL - CHANGELOG.md: Merged upstream changes with RH-specific entries
ⓘ Your approaching your monthly quota for Qodo. Upgrade your plan PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
ⓘ Your approaching your monthly quota for Qodo. Upgrade your plan PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||
User description
Summary
Checklist
PR Type
Enhancement, Bug fix
Description
Added
digestsubcommand to compute and output model directory digestsStandardized CLI flags to use hyphens instead of underscores with backwards compatibility
Fixed null check in signing configuration to use explicit
is NonecomparisonAdded integration tests for custom trust configuration support
Updated GitHub Actions workflows and dependencies
Diagram Walkthrough
File Walkthrough
2 files
Standardize CLI flags and add digest subcommandAdd CLI flag underscore validation workflow1 files
Fix null check comparison in signing config3 files
Add custom trust config integration testsAdd sign and verify with custom trust config testAdd custom trust configuration test data file3 files
Update CodeQL action to v4.31.10Update OIDC beacon dependency versionUpdate CodeQL action to v4.31.102 files
Document digest subcommand and CLI flag changesUpdate documentation with digest subcommand and flag examples