Revert "temporarily remove cargo audit check"
This reverts commit 892efd0b1371b0a9d7ce973c30b18b0db6ca2854.
This commit is contained in:
committed by
Tomas Babej
parent
35c8ce2ccb
commit
977ab11af2
20
.github/workflows/security.yml
vendored
Normal file
20
.github/workflows/security.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: security
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '**/Cargo.toml'
|
||||||
|
- '**/Cargo.lock'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
audit:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions: write-all
|
||||||
|
name: "Audit Dependencies"
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions-rs/audit-check@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user