Skip to content

Instantly share code, notes, and snippets.

View HolyGrease's full-sized avatar
🇺🇦

Danylo Kyrieiev HolyGrease

🇺🇦
  • INC4
  • Ukraine, Lviv
View GitHub Profile
@LukeMathWalker
LukeMathWalker / audit.yml
Last active May 1, 2024 12:27
GitHub Actions - Rust setup
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit: