Skip to content

Instantly share code, notes, and snippets.

View MadelineRitchie's full-sized avatar

Madeline Ritchie MadelineRitchie

  • Portland, OR, US
  • 22:46 (UTC -07:00)
View GitHub Profile
@LukeMathWalker
LukeMathWalker / audit.yml
Last active June 7, 2025 07:16
GitHub Actions - Rust setup
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit: