Skip to content

[DRAFT] [DO NOT MERGE] [IGNORE] IPA metrics #998

[DRAFT] [DO NOT MERGE] [IGNORE] IPA metrics

[DRAFT] [DO NOT MERGE] [IGNORE] IPA metrics #998

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
audit:
name: Run cargo audit
env:
CARGO_TERM_COLOR: always
runs-on: ubuntu-latest
permissions:
pull-requests: read
contents: read
steps:
- uses: actions/checkout@v4
- name: cargo audit
run: |
cargo audit