Skip to content

Use integration feature in sos-ipc crate. #736

Use integration feature in sos-ipc crate.

Use integration feature in sos-ipc crate. #736

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ⚡ Cache
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}