diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc8c481..880885c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,3 +37,15 @@ jobs: - name: Run cargo test run: cargo test --locked + + audit: + name: Security Audit + runs-on: ubuntu-24.04 + steps: + - name: Check out repository + uses: actions/checkout@v5 + + - name: Security audit + uses: rustsec/audit-check@v2.0.0 + with: + token: ${{ secrets.GITHUB_TOKEN }}