Skip to content

πŸ•΅οΈβ€β™‚οΈ Security Audit #125

πŸ•΅οΈβ€β™‚οΈ Security Audit

πŸ•΅οΈβ€β™‚οΈ Security Audit #125

on:
push:
paths:
- '.github/workflows/security_audit.yml' # Run when this workflow changes
- '**/Cargo.toml' # Run when dependencies change
- '**/Cargo.lock' # Run when dependencies change
schedule:
- cron: '0 0 * * *' # Run periodically to capture recent developments
workflow_dispatch: # Run when manually triggered
workflow_call: # Run when called by another workflow
name: πŸ•΅οΈβ€β™‚οΈ Security Audit
jobs:
audit:
name: πŸ•΅οΈβ€β™‚οΈ Security Audit Job
runs-on: ubuntu-latest
steps:
- name: 🎟 Checkout Git Repository Step
id: repository_checkout_step
uses: actions/checkout@v4
- name: πŸ•΅οΈβ€β™‚οΈ Security Audit Step
id: audit_step
uses: actions-rust-lang/audit@v1