randompass 1.0.0

🔑 A simple static password generator.
Documentation
name: Security Audit

on:
  schedule:
    - cron: '0 */72 * * *'
  push:
    paths:
      - '**/Cargo.lock'
      - '**/Cargo.toml'
      - '**/audit.toml'
      - '.github/workflows/audit.yaml'

  workflow_dispatch: # Run with Run Workflow button in GitHub Action Job, set debug_enabled=true for interactive ssh session.

jobs:
  audit:
    uses: mihaigalos/config/.github/workflows/rust-audit.yaml@main