diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa57006..6585086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,3 +90,11 @@ jobs: # Ensure that no files (most likely the Cargo.lock file) have changed - name: Unstaged Changes run: git diff --exit-code + + security_audit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: rustsec/audit-check@v2.0.0 + with: + token: ${{ secrets.GITHUB_TOKEN }}