Skip to content

fix(a2a): enforce IBCT capability tokens on client and server request paths #7729

fix(a2a): enforce IBCT capability tokens on client and server request paths

fix(a2a): enforce IBCT capability tokens on client and server request paths #7729

Workflow file for this run

name: Security
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 0 * * 1"
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
jobs:
cargo-deny:
name: Cargo Deny
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: taiki-e/install-action@dc3d73161fdc9d737a247c07ec4d259142348ee1 # cargo-deny
- name: Check advisories and licenses
run: cargo deny check --config .github/deny.toml
env:
RUSTC_WRAPPER: ""