From 76bd93dca17184449b00f8c99d95afe7a10658ad Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 29 Mar 2020 14:57:23 +0200 Subject: [PATCH] audit code --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 321b2e71..e93a4deb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,3 +24,7 @@ jobs: run: cargo test --workspace - name: Run clippy run: cargo clean && cargo clippy --all-features + - name: Security audit + uses: actions-rs/audit-check@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }}