Skip to content

Instantly share code, notes, and snippets.

@LukeMathWalker
LukeMathWalker / audit-on-push.yml
Last active December 20, 2023 06:57
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: