dusage 0.4.0

💾 A command line disk usage information tool: disk usage (foreground), inodes (background).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/workflows/.github/workflows/rust-audit.yaml@main