Skip to content

Commit

Permalink
Merge pull request #238 from tnull/2024-01-fix-audit-file-2
Browse files Browse the repository at this point in the history
More fixes for the audit file...
  • Loading branch information
tnull committed Feb 1, 2024
2 parents 04562ac + bf8e024 commit c47c19d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:
platform: [
ubuntu-latest,
macos-latest,
windows-latest,
]
runs-on: ${{ matrix.platform }}
permissions:
issues: write
checks: write
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
- name: Checkout source code
uses: actions/checkout@v3
- name: Run security audit
uses: rustsec/audit-check@v1.4.1
permissions:
issues: write
checks: write
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c47c19d

Please sign in to comment.