core-agent-ide/.github
Shijie Rao 28e7218c0b
feat: linux codesign with sigstore (#7674)
### Summary
Linux codesigning with sigstore and test run output at
https://github.com/openai/codex/actions/runs/19994328162?pr=7662.

Sigstore is one of the few ways for codesigning for linux platform.
Linux is open sourced and therefore binary/dist validation comes with
the build itself instead of a central authority like Windows or Mac.
Alternative here is to use GPG which again a public key included with
the bundle for validation. Advantage with Sigstore is that we do not
have to create a private key for signing but rather with[ keyless
signing](https://docs.sigstore.dev/cosign/signing/overview/).

This should be sufficient for us at this point and if we want to we can
support GPG in the future.
2025-12-08 11:13:50 -08:00
..
actions/linux-code-sign feat: linux codesign with sigstore (#7674) 2025-12-08 11:13:50 -08:00
codex Update defaults to gpt-5.1 (#6652) 2025-11-17 17:40:11 -08:00
ISSUE_TEMPLATE feat: updated github issue template (#5191) 2025-10-15 07:27:24 -07:00
prompts Deduplicator fixes (#4635) 2025-10-02 16:01:59 -07:00
workflows feat: linux codesign with sigstore (#7674) 2025-12-08 11:13:50 -08:00
codex-cli-login.png README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
codex-cli-permissions.png update readme (#1948) 2025-08-07 11:20:53 -07:00
codex-cli-splash.png README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
demo.gif Initial commit 2025-04-16 12:56:08 -04:00
dependabot.yaml Enable Dependabot updates for Rust toolchain (#2460) 2025-08-19 18:07:21 -07:00
dotslash-config.json feat: build codex-responses-api-proxy for all platforms as part of the GitHub Release (#4406) 2025-09-28 15:25:15 -07:00
pull_request_template.md Updated contributing guidelines and PR template to request link to bug report in PR notes (#6332) 2025-11-06 12:02:39 -08:00