Skip to content

Audit

Audit #417

Workflow file for this run

name: Audit
on:
push:
branches:
- master
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 14 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
# When getting Rust dependencies, retry on network error:
CARGO_NET_RETRY: 10
# Use the local .curlrc
CURL_HOME: .
# Disable DFX telemetry
DFX_TELEMETRY: 'off'
# Use the stable toolchain for the audit
RUSTUP_TOOLCHAIN: stable
jobs:
test:
name: audit:required
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: actions-rust-lang/audit@66172f762800e4befdf5c0765d24bd4c79891f47 # v1.2.5