Skip to content

Extend the negated_comparison check to account for any/all functions #222

Extend the negated_comparison check to account for any/all functions

Extend the negated_comparison check to account for any/all functions #222

Workflow file for this run

name: Security audit
on:
pull_request:
paths:
- 'Cargo.toml'
- '**/Cargo.toml'
- 'Cargo.lock'
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions: read-all
jobs:
security_audit:
name: Rustsec Audit
runs-on: ubuntu-latest
permissions:
# Allow the action to post about found problems
issues: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
persist-credentials: false
- uses: actions-rust-lang/audit@72c09e02f132669d52284a3323acdb503cfc1a24 # v1