Skip to content

Instantly share code, notes, and snippets.

@LukeMathWalker
LukeMathWalker / audit-on-push.yml
Last active January 10, 2025 15:10
GitHub Actions - Rust setup with Postgres + sqlx
name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps: