Skip to content

Security Audit

Security Audit #11

Workflow file for this run

# Run cargo audit once every month and create issues for vulnerabilities found
name: Security Audit
on:
schedule:
# Run once every month (first of the month at midnight)
- cron: '0 0 1 * *'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Run cargo audit
uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
issues: write
issues-reason: to create issues

Check failure on line 24 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: 24, Col: 9): Unexpected value 'issues-reason' .github/workflows/audit.yml (Line: 26, Col: 9): Unexpected value 'checks-reason'
checks: write
checks-reason: to create check