Skip to content

Avoid serde_derive blob and ban affected versions via cargo-deny #409

Avoid serde_derive blob and ban affected versions via cargo-deny

Avoid serde_derive blob and ban affected versions via cargo-deny #409

Workflow file for this run

name: Server Security
on:
push:
branches:
- main
paths:
- 'server/**/Cargo.toml'
- 'server/**/Cargo.lock'
- '.github/workflows/server-security.yml'
pull_request:
paths:
- 'server/**/Cargo.toml'
- 'server/**/Cargo.lock'
- '.github/workflows/server-security.yml'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: EmbarkStudios/cargo-deny-action@v1
with:
arguments: --manifest-path=server/Cargo.toml