• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

maxlambrecht / rust-spiffe
84%

Build:
DEFAULT BRANCH: main
Repo Added 08 Mar 2024 06:31PM UTC
Files 42
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • build/ci-makefile-lanes
  • ci/switch-to-cargo-llvm-cov

10 Jul 2026 12:19AM UTC coverage: 83.576%. Remained the same
29059702682

push

github

maxlambrecht
chore(ci): bump the github-actions group with 2 updates

Bumps the github-actions group with 2 updates: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) and [taiki-e/install-action](https://github.com/taiki-e/install-action).


Updates `dtolnay/rust-toolchain` from <a class=hub.com/maxlambrecht/rust-spiffe/commit/67ef31d5b988238dd797d409d6f9574278e20537">67ef31d5b<a href="https://github.com/maxlambrecht/rust-spiffe/commit/8903b6066c128bea0749beb06330453a99a54926"> to <a class=hub.com/maxlambrecht/rust-spiffe/commit/<a class="double-link" href="https://git"><a class=hub.com/maxlambrecht/rust-spiffe/commit/fa04a1451ff1842e2626ccb99004d0195b455a88">fa04a1451<a href="https://github.com/maxlambrecht/rust-spiffe/commit/8903b6066c128bea0749beb06330453a99a54926">
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](https://github.com/dtolnay/rust-toolchain/compare/67ef31d5b988238dd797d409d6f9574278e20537...fa04a1451ff1842e2626ccb99004d0195b455a88)

Updates `taiki-e/install-action` from 2.82.5 to 2.82.8
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/install-action/compare/<a class="double-link" href="https://github.com/maxlambrecht/rust-spiffe/commit/bffeee26d4db9be238a4ea78d8826604ebcb594d">bffeee26d</a><a href="https://github.com/maxlambrecht/rust-spiffe/commit/8903b6066c128bea0749beb06330453a99a54926">...</a><a class="double-link" href="https://github.com/maxlambrecht/rust-spiffe/commit/c93ccc03e00cd0e08e494f5fd058a6c55a6a1907">c93ccc03e</a>)

---
updated-dependencies:
- dependency-name: dtolnay/rust-toolchain
  dependency-version: fa04a1451ff1842e2626ccb99004d0195b455a88
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.82.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] 

6310 of 7550 relevant lines covered (83.58%)

743.32 hits per line

Relevant lines Covered
Build:
Build:
7550 RELEVANT LINES 6310 COVERED LINES
743.32 HITS PER LINE
Source Files on main
  • Tree
  • List 42
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29059702682 main chore(ci): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) and [taiki-e/install-action](https://github.com/taiki-e/install-action). ... push 10 Jul 2026 12:27AM UTC maxlambrecht github
83.58
28468651614 main chore(ci): bump taiki-e/install-action in the github-actions group Bumps the github-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.82.1 to 2.82.5 - [Rele... push 30 Jun 2026 07:04PM UTC maxlambrecht github
83.58
28296114690 main security: harden TLS leaf validation and add JWT/TLS regression tests Reject rustls peer leaves that omit KeyUsage or do not set digitalSignature. Add JWT algorithm/key-family confusion tests, a TLS trust-domain confusion regression test, and cle... push 27 Jun 2026 05:14PM UTC maxlambrecht github
83.79
28293913262 main chore(ci): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) and [taiki-e/insta... push 27 Jun 2026 03:52PM UTC maxlambrecht github
83.31
27664797166 main chore(ci): bump taiki-e/install-action in the github-actions group Bumps the github-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.81.7 to 2.81.10 - [Rel... push 17 Jun 2026 04:07AM UTC maxlambrecht github
83.31
27146134279 main chore(release): spiffe 0.16.0 and bump dependent crates Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com> push 08 Jun 2026 02:55PM UTC maxlambrecht github
83.31
27114675354 main feat(source)!: make reconnect config non-exhaustive Mark X509ReconnectConfig and JwtReconnectConfig as non-exhaustive so future releases can add fields without another breaking change. Add a ReconnectConfig::new(min_backoff, max_backoff) construc... push 08 Jun 2026 03:44AM UTC maxlambrecht github
83.31
27114468405 main feat(api): re-export common certificate and source types Re-export Certificate, PrivateKey, BundleSource, and SvidSource at the crate root so users can import common public API types from spiffe directly. Update docs, examples, and tests to use t... push 08 Jun 2026 03:36AM UTC maxlambrecht github
83.29
27114267778 main feat(jwt-source)!: rename get_jwt_svid accessors to fetch_* Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com> push 08 Jun 2026 03:29AM UTC maxlambrecht github
83.29
27113937302 main feat(source)make source config types non-exhaustive Mark X509ResourceLimits, JwtResourceLimits, and X509Context as non-exhaustive so future releases can add fields without another breaking change. Add explicit ResourceLimits constructors and updat... push 08 Jun 2026 03:17AM UTC maxlambrecht github
83.29
See All Builds (260)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc