Skip to content

Security Audit

Security Audit #4

Workflow file for this run

name: Security Audit
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
audit:
strategy:
matrix:
platform: [
ubuntu-latest,
macos-latest,
windows-latest,
]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Run security audit
uses: rustsec/[email protected]
permissions:

Check failure on line 22 in .github/workflows/audit.yml

View workflow run for this annotation

GitHub Actions / Security Audit

Invalid workflow file

The workflow is not valid. .github/workflows/audit.yml (Line: 22, Col: 9): Unexpected value 'permissions'
issues: write
checks: write
with:
token: ${{ secrets.GITHUB_TOKEN }}