Skip to content

made sure that aws_lc_rs crypto provider is correctly installed (#1… #627

made sure that aws_lc_rs crypto provider is correctly installed (#1…

made sure that aws_lc_rs crypto provider is correctly installed (#1… #627

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '51 6,18 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
workflow_dispatch:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: mv server/* .
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: RUSTSEC-2023-0071,RUSTSEC-2024-0363