Skip to content

Switch to rustls TLS backend #2

Switch to rustls TLS backend

Switch to rustls TLS backend #2

Workflow file for this run

name: Security Audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
permissions:
issues: write
issues-reason: to create issues

Check failure on line 17 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: 17, Col: 7): Unexpected value 'issues-reason'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}