8000 cargo: add clap version · dwisiswant0/ppfuzz@80982ec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Security audit

Security audit #1406

name: "Security audit"
on:
schedule:
- cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: "Check out code"
uses: actions/checkout@v3
- name: "Do audit"
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
0