Skip to content

RSDK-7422 - Upgrade webrtc past 0.9.0 to avoid/fix dtls cbc padding #487

RSDK-7422 - Upgrade webrtc past 0.9.0 to avoid/fix dtls cbc padding

RSDK-7422 - Upgrade webrtc past 0.9.0 to avoid/fix dtls cbc padding #487

Workflow file for this run

name: License Finder
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: ['main']
push:
jobs:
license_finder:
name: Audit 3rd-Party Licenses
runs-on: ubuntu-latest
container:
image: ghcr.io/viamrobotics/canon:amd64-cache
options: --platform linux/amd64
timeout-minutes: 30
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install latest rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Run license finder
run: license_finder