Remove security audit workflow for now

This commit is contained in:
Artem Vorotnikov 2020-08-08 08:38:20 +03:00
parent 1460f6cc27
commit 3f42b6178f
No known key found for this signature in database
GPG Key ID: E0148C3F2FBB7A20
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
name: Security audit
on:
pull_request:
paths: Cargo.lock
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v1
with:
fetch-depth: 50
- name: Run cargo audit
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}