Skip to content

Commit

Permalink
add cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
integritychain committed Mar 28, 2024
1 parent 31079eb commit f55fd9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ env:

jobs:

cargo_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}


coverage:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit f55fd9e

Please sign in to comment.