Merge pull request #57 from mihaigalos/fix/clippy2 #1392
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |