Skip to content

Commit

Permalink
Update scheduled audit CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
niluxv committed May 2, 2024
1 parent 7c6db5f commit f0e489f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@ on:

jobs:
audit:
name: Cargo Audit
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Run cargo audit
uses: actions-rs/audit-check@v1
uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

permissions:
issues: write
issues-reason: to create issues
checks: write
checks-reason: to create check

0 comments on commit f0e489f

Please sign in to comment.