Skip to content

ci: add nightly cargo-audit workflow (#29)#139

Merged
cryptskii merged 2 commits intodeterministicstatemachine:mainfrom
dsmfa10:issue-29-nightly-security-audit
Apr 4, 2026
Merged

ci: add nightly cargo-audit workflow (#29)#139
cryptskii merged 2 commits intodeterministicstatemachine:mainfrom
dsmfa10:issue-29-nightly-security-audit

Conversation

@dsmfa10
Copy link
Copy Markdown
Contributor

@dsmfa10 dsmfa10 commented Apr 2, 2026

Summary

Adds a scheduled GitHub Actions workflow to run cargo audit every night at 06:00 UTC (0 6 * * *), plus workflow_dispatch for manual runs.

Details

  • Installs cargo-audit if needed, then runs cargo audit from the repo root (same tool family as CI).
  • Permissions: contents: read.

Note

GitHub #29 suggested the filename security-audit.yml; this PR uses nightly-security-audit.yml for clarity. Rename in a follow-up if you want an exact match.

Closes #29

dsmfa10 added 2 commits April 2, 2026 10:05
Run cargo audit daily on a cron plus manual dispatch.
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@cryptskii cryptskii merged commit f9f3f88 into deterministicstatemachine:main Apr 4, 2026
5 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.

Add scheduled nightly security audit workflow

3 participants