Skip to content

feat: Supports the allowed viewer list for the canister log. #7944

feat: Supports the allowed viewer list for the canister log.

feat: Supports the allowed viewer list for the canister log. #7944

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
jobs:
test:
name: audit:required
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: lwshang/audit@cargo_install_locked