mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
a619d9618e
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
16 lines
284 B
YAML
16 lines
284 B
YAML
name: Security audit
|
|
|
|
# spell-checker:ignore (misc) rustsec
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
jobs:
|
|
audit:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
- uses: rustsec/audit-check@v2
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|