Skip to content

chore: supply chain security (attestation, SBOM, Renovate)#93

Merged
27Bslash6 merged 4 commits intomainfrom
chore/supply-chain-security
Apr 25, 2026
Merged

chore: supply chain security (attestation, SBOM, Renovate)#93
27Bslash6 merged 4 commits intomainfrom
chore/supply-chain-security

Conversation

@27Bslash6
Copy link
Copy Markdown
Contributor

Summary

  • Add SLSA L3 build provenance attestation to release workflow
  • Add merged Python+Rust CycloneDX SBOM generation and attestation
  • Migrate from Dependabot to Renovate (org-wide preset)
  • Add weekly attestation health check workflow

Changes

  • release-please.yml: New attest job (provenance + merged SBOM). Publish now depends on attest. All attestation steps soft-fail (continue-on-error: true).
  • dependabot.yml: Deleted (replaced by Renovate)
  • renovate.json: Added (extends github>cachekit-io/renovate-config)
  • attestation-check.yml: New weekly cron to verify attestations exist

Test plan

  • Release workflow passes CI
  • gh attestation verify succeeds after next release
  • Renovate creates Dependency Dashboard issue
  • SBOM covers both Python and Rust dependencies

Adds attest job to release-please workflow providing SLSA L3 build
provenance and a merged Python+Rust CycloneDX SBOM attestation.
Publish job now gates on attest completing.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 25, 2026

Warning

Rate limit exceeded

@27Bslash6 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 51 minutes and 18 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 51 minutes and 18 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1f90dfe5-bb15-4f07-b2cc-9816c8ad22f6

📥 Commits

Reviewing files that changed from the base of the PR and between 7d5db7f and 4e6071a.

📒 Files selected for processing (5)
  • .github/dependabot.yml
  • .github/workflows/attestation-check.yml
  • .github/workflows/release-please.yml
  • renovate.json
  • tests/unit/backends/test_file_backend.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/supply-chain-security

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

Both test_get_expired_ttl and test_exists_expired_ttl used
time.sleep() to wait for expiry, which is inherently flaky on
loaded CI runners. Mock time.time() to advance 10s instead —
deterministic, instant, zero flake risk.
@27Bslash6 27Bslash6 merged commit bf64163 into main Apr 25, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant